[accelerator] fresh invoice after changing bid

This commit is contained in:
Mononaut 2024-06-30 10:08:49 +00:00
parent a80372f335
commit d76490df0c
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

View file

@ -156,6 +156,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
}
if (this._step === 'checkout' && this.canPayWithBitcoin) {
this.loadingBtcpayInvoice = true;
this.invoice = null;
this.requestBTCPayInvoice();
} else if (this._step === 'cashapp' && this.cashappEnabled) {
this.loadingCashapp = true;