mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🩹 Add a redirect after merchant authentication
This commit is contained in:
parent
a28b084abc
commit
15be837d24
2 changed files with 49 additions and 7 deletions
|
@ -156,6 +156,7 @@ return array(
|
|||
$page_id,
|
||||
$container->get( 'settings.service.onboarding-url-manager' ),
|
||||
$container->get( 'settings.service.authentication_manager' ),
|
||||
$container->get( 'http.redirector' ),
|
||||
$container->get( 'woocommerce.logger.woocommerce' )
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue