Merge pull request #1883 from woocommerce/PCP-2386-send-checkout-billing-and-shipping-data-to-apple-pay-displayed-when-apple-pay-is-disabled

"Send checkout billing and shipping data to Apple Pay" displayed when Apple Pay is disabled (2386)
This commit is contained in:
Emili Castells 2023-12-13 16:53:49 +01:00 committed by GitHub
commit dae59f3e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,7 @@ return array(
->action_visible( 'applepay_button_color' )
->action_visible( 'applepay_button_type' )
->action_visible( 'applepay_button_language' )
->action_visible( 'applepay_checkout_data_mode' )
->to_array(),
)
),