[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() {
|
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() {
|
get canPayWithBalance() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user