Add WC gateway

This commit is contained in:
Emili Castells Guasch 2024-07-15 13:06:00 +02:00
parent 990c410d75
commit b173ca1f75
4 changed files with 84 additions and 19 deletions

View file

@ -938,5 +938,7 @@ return array(
esc_html( $button_text )
);
},
'googlepay.wc-gateway' => static function ( ContainerInterface $container ): GooglePayGateway {
return new GooglePayGateway();
},
);