[accelerator] fix "Go back" button breaking payment flow

This commit is contained in:
nymkappa 2024-11-16 11:23:09 +01:00
parent 8c80358e71
commit bfe7b996a4
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE

View File

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