mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add CSS class to dcc order button
This commit is contained in:
parent
9ad48d5f13
commit
b9ae2483ad
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ class SmartButton implements SmartButtonInterface {
|
|||
|
||||
printf(
|
||||
'<div id="%1$s" style="display:none;">
|
||||
<button class="button alt">%2$s</button>
|
||||
<button class="button alt ppcp-dcc-order-button">%2$s</button>
|
||||
</div><div id="payments-sdk__contingency-lightbox"></div><style id="ppcp-hide-dcc">.payment_method_ppcp-credit-card-gateway {display:none;}</style>',
|
||||
esc_attr( $id ),
|
||||
esc_html( $label )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue