mirror of
https://github.com/mempool/mempool.git
synced 2025-04-24 23:41:24 +02:00
[accelerator] soft enforce referrer
This commit is contained in:
parent
e3abdf4b4f
commit
1e820a0fc8
@ -469,7 +469,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
get canPayWithCashapp() {
|
||||
return this.cashappEnabled && this.estimate?.availablePaymentMethods?.includes('cashapp') && this.cost < 400000;
|
||||
return this.cashappEnabled && this.estimate?.availablePaymentMethods?.includes('cashapp') && this.cost < 400000 && this.stateService.referrer === 'https://cash.app/';
|
||||
}
|
||||
|
||||
get canPayWithBalance() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user