mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +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' => '',
|
'pay_later_button_locations' => '',
|
||||||
'disable_funding' => '',
|
'disable_funding' => '',
|
||||||
'googlepay_button_enabled' => '',
|
'googlepay_button_enabled' => '',
|
||||||
|
'applepay_button_enabled' => '',
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ( $this->locations_map() as $old_location_name => $new_location_name ) {
|
foreach ( $this->locations_map() as $old_location_name => $new_location_name ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue