[accelerator] remove test code
This commit is contained in:
		
							parent
							
								
									fb086b5ad5
								
							
						
					
					
						commit
						c913df837a
					
				@ -34,7 +34,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
 | 
				
			|||||||
  cashAppPay: any;
 | 
					  cashAppPay: any;
 | 
				
			||||||
  cashAppSubscription: Subscription;
 | 
					  cashAppSubscription: Subscription;
 | 
				
			||||||
  conversionsSubscription: Subscription;
 | 
					  conversionsSubscription: Subscription;
 | 
				
			||||||
  step: 'cta' | 'checkout' | 'processing' | 'completed' = 'completed';
 | 
					  step: 'cta' | 'checkout' | 'processing' | 'completed' = 'cta';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  constructor(
 | 
					  constructor(
 | 
				
			||||||
    private websocketService: WebsocketService,
 | 
					    private websocketService: WebsocketService,
 | 
				
			||||||
 | 
				
			|||||||
@ -150,7 +150,6 @@ export class TrackerComponent implements OnInit, OnDestroy {
 | 
				
			|||||||
    if (urlParams.get('cash_request_id')) {
 | 
					    if (urlParams.get('cash_request_id')) {
 | 
				
			||||||
      this.showAccelerationSummary = true;
 | 
					      this.showAccelerationSummary = true;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    this.showAccelerationSummary = true;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    this.enterpriseService.page();
 | 
					    this.enterpriseService.page();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user