Add applepay to extra funding sources

This commit is contained in:
carmenmaymo 2023-09-18 17:41:44 +02:00
parent 09bf938a6b
commit fdd6db0579
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -953,6 +953,7 @@ return array(
'wcgateway.extra-funding-sources' => static function( ContainerInterface $container ): array {
return array(
'googlepay' => _x( 'Google Pay', 'Name of payment method', 'woocommerce-paypal-payments' ),
'applepay' => _x( 'Apple Pay', 'Name of payment method', 'woocommerce-paypal-payments' ),
);
},