mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Add compiled assets file
This commit is contained in:
parent
e44b7c26d4
commit
d500691730
2 changed files with 1 additions and 3 deletions
|
@ -330,7 +330,6 @@ class CheckoutBootstap {
|
|||
|
||||
jQuery(document.body).on('payment_method_selected', () => {
|
||||
// TODO: replace this dirty check, possible create a separate
|
||||
// context config
|
||||
const currentPaymentMethod = jQuery('input[name="payment_method"]:checked').val();
|
||||
|
||||
if (currentPaymentMethod !== 'ppcp-gateway') {
|
||||
|
@ -416,7 +415,6 @@ class MiniCartBootstap {
|
|||
const renderer = new _Renderer__WEBPACK_IMPORTED_MODULE_0__["default"](miniCartWrapper);
|
||||
|
||||
jQuery(document.body).on('wc_fragments_loaded wc_fragments_refreshed', () => {
|
||||
console.log('ok');
|
||||
renderer.render(this.configurator.configuration());
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue