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

[accelerator] polish prepaid accel UI
This commit is contained in:
wiz
2024-04-13 23:09:03 +09:00
committed by GitHub
9 changed files with 414 additions and 55 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();