mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Fix minicart HTML
This commit is contained in:
parent
e530382a7c
commit
631a0186bc
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ class SmartButton implements SmartButtonInterface {
|
||||||
echo '<p class="woocommerce-mini-cart__buttons buttons">';
|
echo '<p class="woocommerce-mini-cart__buttons buttons">';
|
||||||
echo '<span id="ppc-button-minicart"></span>';
|
echo '<span id="ppc-button-minicart"></span>';
|
||||||
do_action( 'woocommerce_paypal_payments_minicart_button_render' );
|
do_action( 'woocommerce_paypal_payments_minicart_button_render' );
|
||||||
echo '</div>';
|
echo '</p>';
|
||||||
},
|
},
|
||||||
30
|
30
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue