[accelerator] polish pizza accel

This commit is contained in:
nymkappa
2024-04-16 16:01:52 +09:00
parent 26807e80db
commit 64ba033602
8 changed files with 40 additions and 31 deletions

View File

@@ -143,7 +143,7 @@ export class TrackerComponent implements OnInit, OnDestroy {
this.acceleratorAvailable = this.stateService.env.OFFICIAL_MEMPOOL_SPACE && this.stateService.env.ACCELERATOR && this.stateService.network === '';
if (this.acceleratorAvailable && this.stateService.ref === 'https://cash.app/') {
if (this.acceleratorAvailable && this.stateService.referrer === 'https://cash.app/') {
this.paymentType = 'cashapp';
}
const urlParams = new URLSearchParams(window.location.search);