mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Add plugin info retrieval
This commit is contained in:
parent
c1cd718ecc
commit
2236b3cfbe
7 changed files with 816 additions and 245 deletions
|
@ -23,7 +23,10 @@ class PluginModule implements ModuleInterface {
|
|||
* {@inheritDoc}
|
||||
*/
|
||||
public function setup(): ServiceProviderInterface {
|
||||
return new ServiceProvider( array(), array() );
|
||||
return new ServiceProvider(
|
||||
require __DIR__ . '/services.php',
|
||||
require __DIR__ . '/extensions.php'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue