[accelerator] remove test code

This commit is contained in:
nymkappa 2024-04-13 23:12:05 +09:00
parent fb086b5ad5
commit c913df837a
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
cashAppPay: any;
cashAppSubscription: Subscription;
conversionsSubscription: Subscription;
step: 'cta' | 'checkout' | 'processing' | 'completed' = 'completed';
step: 'cta' | 'checkout' | 'processing' | 'completed' = 'cta';
constructor(
private websocketService: WebsocketService,

View File

@ -150,7 +150,6 @@ export class TrackerComponent implements OnInit, OnDestroy {
if (urlParams.get('cash_request_id')) {
this.showAccelerationSummary = true;
}
this.showAccelerationSummary = true;
this.enterpriseService.page();