[accelerator] fresh invoice after changing bid
This commit is contained in:
parent
a80372f335
commit
d76490df0c
@ -156,6 +156,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
if (this._step === 'checkout' && this.canPayWithBitcoin) {
|
if (this._step === 'checkout' && this.canPayWithBitcoin) {
|
||||||
this.loadingBtcpayInvoice = true;
|
this.loadingBtcpayInvoice = true;
|
||||||
|
this.invoice = null;
|
||||||
this.requestBTCPayInvoice();
|
this.requestBTCPayInvoice();
|
||||||
} else if (this._step === 'cashapp' && this.cashappEnabled) {
|
} else if (this._step === 'cashapp' && this.cashappEnabled) {
|
||||||
this.loadingCashapp = true;
|
this.loadingCashapp = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user