Merge pull request #4963 from mempool/nymkappa/accel-checkout

[accelerator] remove test code
This commit is contained in:
wiz 2024-04-13 23:13:29 +09:00 committed by GitHub
commit 6bd6dfec49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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,

View File

@ -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();