mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Add the applepay_button_enabled
support
This commit is contained in:
parent
a6cb606871
commit
b00ac8f641
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class StylingSettingsMapHelper {
|
|||
'pay_later_button_locations' => '',
|
||||
'disable_funding' => '',
|
||||
'googlepay_button_enabled' => '',
|
||||
'applepay_button_enabled' => '',
|
||||
);
|
||||
|
||||
foreach ( $this->locations_map() as $old_location_name => $new_location_name ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue