mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge remote-tracking branch 'origin/pcp-917-preview' into PCP-915-create-pay-later-tab
# Conflicts: # modules/ppcp-wc-gateway/resources/js/gateway-settings.js # modules/ppcp-wc-gateway/services.php
This commit is contained in:
commit
510cb4db49
13 changed files with 212 additions and 19 deletions
|
@ -299,6 +299,7 @@ document.addEventListener(
|
|||
'#field-button_label',
|
||||
'#field-button_color',
|
||||
'#field-button_shape',
|
||||
'#field-button_preview',
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -324,6 +325,7 @@ document.addEventListener(
|
|||
'#field-button_product_label',
|
||||
'#field-button_product_color',
|
||||
'#field-button_product_shape',
|
||||
'#field-button_product_preview',
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -336,6 +338,7 @@ document.addEventListener(
|
|||
'#field-button_mini-cart_color',
|
||||
'#field-button_mini-cart_shape',
|
||||
'#field-button_mini-cart_height',
|
||||
'#field-button_mini-cart_preview',
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -347,6 +350,7 @@ document.addEventListener(
|
|||
'#field-button_cart_label',
|
||||
'#field-button_cart_color',
|
||||
'#field-button_cart_shape',
|
||||
'#field-button_cart_preview',
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue