mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Add applepay to extra funding sources
This commit is contained in:
parent
09bf938a6b
commit
fdd6db0579
1 changed files with 1 additions and 0 deletions
|
@ -953,6 +953,7 @@ return array(
|
||||||
'wcgateway.extra-funding-sources' => static function( ContainerInterface $container ): array {
|
'wcgateway.extra-funding-sources' => static function( ContainerInterface $container ): array {
|
||||||
return array(
|
return array(
|
||||||
'googlepay' => _x( 'Google Pay', 'Name of payment method', 'woocommerce-paypal-payments' ),
|
'googlepay' => _x( 'Google Pay', 'Name of payment method', 'woocommerce-paypal-payments' ),
|
||||||
|
'applepay' => _x( 'Apple Pay', 'Name of payment method', 'woocommerce-paypal-payments' ),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue