Revert "don't call button renderer on checkout immediately"

This reverts commit f121605e41.
This commit is contained in:
Kirill Braslavsky 2021-03-04 12:33:59 +02:00
parent a984853b5f
commit bc5721e0bf

View file

@ -11,6 +11,8 @@ class CheckoutBootstap {
init() {
this.render();
jQuery(document.body).on('updated_checkout', () => {
this.render();
});