[accelerator] fiat limits

This commit is contained in:
Mononaut
2024-06-30 03:20:33 +00:00
parent 2798b43913
commit bf37affe47
6 changed files with 18 additions and 8 deletions

View File

@@ -466,7 +466,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
}
get canPayWithCashapp() {
return this.cashappEnabled && this.estimate?.availablePaymentMethods?.includes('cashapp');
return this.cashappEnabled && this.estimate?.availablePaymentMethods?.includes('cashapp') && this.cost < 400000;
}
get canPayWithBalance() {