mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Revert "don't call button renderer on checkout immediately"
This reverts commit f121605e41
.
This commit is contained in:
parent
a984853b5f
commit
bc5721e0bf
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class CheckoutBootstap {
|
|||
|
||||
init() {
|
||||
|
||||
this.render();
|
||||
|
||||
jQuery(document.body).on('updated_checkout', () => {
|
||||
this.render();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue