mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
[accelerator] fresh invoice after changing bid
This commit is contained in:
parent
a80372f335
commit
d76490df0c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue