diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index 56a2c8887..f9c88e38e 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -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' ), ); },