mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add get response details
This commit is contained in:
parent
b6e5a0f3ab
commit
40edcdfc3d
2 changed files with 22 additions and 9 deletions
|
@ -127,7 +127,9 @@ return array(
|
|||
);
|
||||
},
|
||||
'settings.rest.pay_later_messaging' => static function ( ContainerInterface $container ) : PayLaterMessagingEndpoint {
|
||||
return new PayLaterMessagingEndpoint();
|
||||
return new PayLaterMessagingEndpoint(
|
||||
$container->get( 'wcgateway.settings' )
|
||||
);
|
||||
},
|
||||
'settings.rest.settings' => static function ( ContainerInterface $container ) : SettingsRestEndpoint {
|
||||
return new SettingsRestEndpoint(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue