From b00ac8f6413d351d5f8326f15fedd8f28102e454 Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Fri, 7 Feb 2025 16:04:06 +0400 Subject: [PATCH] Add the `applepay_button_enabled` support --- modules/ppcp-compat/src/Settings/StylingSettingsMapHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ppcp-compat/src/Settings/StylingSettingsMapHelper.php b/modules/ppcp-compat/src/Settings/StylingSettingsMapHelper.php index 99ad3833f..5755f9d01 100644 --- a/modules/ppcp-compat/src/Settings/StylingSettingsMapHelper.php +++ b/modules/ppcp-compat/src/Settings/StylingSettingsMapHelper.php @@ -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 ) {