Fix phpcs

This commit is contained in:
Emili Castells Guasch 2024-08-28 12:33:03 +02:00
parent a8c43d75c4
commit f3bf4322c5
3 changed files with 22 additions and 22 deletions

View file

@ -299,7 +299,7 @@ return array(
esc_html( $button_text )
);
},
'applepay.wc-gateway' => static function ( ContainerInterface $container ): ApplePayGateway {
'applepay.wc-gateway' => static function ( ContainerInterface $container ): ApplePayGateway {
return new ApplePayGateway(
$container->get( 'wcgateway.order-processor' ),
$container->get( 'api.factory.paypal-checkout-url' ),