Update CartBootstap.js

This commit is contained in:
Narek Zakarian 2022-05-04 15:34:19 +04:00 committed by GitHub
parent b268e62c9f
commit d3b8e04135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,6 @@ class CartBootstrap {
this.render();
jQuery(document.body).on('updated_cart_totals updated_checkout', () => {
console.log(document.querySelector(this.gateway.button.wrapper), document.querySelector(this.gateway.hosted_fields.wrapper));
this.render();
});
}