Add the applepay_button_enabled support

This commit is contained in:
Narek Zakarian 2025-02-07 16:04:06 +04:00
parent a6cb606871
commit b00ac8f641
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -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 ) {