mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add endpoint save config
This commit is contained in:
parent
40edcdfc3d
commit
442a33778f
3 changed files with 20 additions and 8 deletions
|
@ -128,7 +128,8 @@ return array(
|
|||
},
|
||||
'settings.rest.pay_later_messaging' => static function ( ContainerInterface $container ) : PayLaterMessagingEndpoint {
|
||||
return new PayLaterMessagingEndpoint(
|
||||
$container->get( 'wcgateway.settings' )
|
||||
$container->get( 'wcgateway.settings' ),
|
||||
$container->get( 'paylater-configurator.endpoint.save-config' )
|
||||
);
|
||||
},
|
||||
'settings.rest.settings' => static function ( ContainerInterface $container ) : SettingsRestEndpoint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue