Merge pull request #5645 from mempool/nymkappa/accelerator-back-button-payment

This commit is contained in:
wiz 2024-11-16 19:28:10 +09:00 committed by GitHub
commit 073fe8e8cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,6 +202,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
}
moveToStep(step: CheckoutStep): void {
this.processing = false;
this._step = step;
if (this.timeoutTimer) {
clearTimeout(this.timeoutTimer);