[accelerator] polish UI prepaid accel

This commit is contained in:
nymkappa
2024-04-13 23:07:19 +09:00
parent f601bbc499
commit fb086b5ad5
6 changed files with 192 additions and 127 deletions

View File

@@ -146,6 +146,11 @@ export class TrackerComponent implements OnInit, OnDestroy {
if (this.acceleratorAvailable && this.stateService.ref === 'https://cash.app/') {
this.paymentType = 'cashapp';
}
const urlParams = new URLSearchParams(window.location.search);
if (urlParams.get('cash_request_id')) {
this.showAccelerationSummary = true;
}
this.showAccelerationSummary = true;
this.enterpriseService.page();