mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
✨ Add REST endpoint for common settings
This commit is contained in:
parent
b0b354e266
commit
65814f51e9
6 changed files with 273 additions and 100 deletions
|
@ -110,6 +110,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
|||
static function () use ( $container ) : void {
|
||||
$endpoints = array(
|
||||
$container->get( 'settings.rest.onboarding' ),
|
||||
$container->get( 'settings.rest.common' ),
|
||||
$container->get( 'settings.rest.connect_manual' ),
|
||||
$container->get( 'settings.rest.login_link' ),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue