🐛 Fix remaining issue on classic checkout page

This commit is contained in:
Philipp Stracker 2024-08-11 13:11:04 +02:00
parent 6aad61f610
commit bfeaefd45a
No known key found for this signature in database

View file

@ -677,6 +677,7 @@ export default class PaymentButton {
*/ */
reinit() { reinit() {
this.#isInitialized = false; this.#isInitialized = false;
this.#isEligible = false;
} }
triggerRedraw() { triggerRedraw() {