mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Move PayPal subscriptions api logic to its own module
This commit is contained in:
parent
b3c66f4cbb
commit
94674adc25
29 changed files with 707 additions and 604 deletions
|
@ -14,6 +14,9 @@ use WooCommerce\PayPalCommerce\Vendor\Dhii\Modular\Module\ModuleInterface;
|
|||
use WooCommerce\PayPalCommerce\Vendor\Interop\Container\ServiceProviderInterface;
|
||||
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Class SavePaymentMethodsModule
|
||||
*/
|
||||
class SavePaymentMethodsModule implements ModuleInterface {
|
||||
|
||||
/**
|
||||
|
@ -26,5 +29,8 @@ class SavePaymentMethodsModule implements ModuleInterface {
|
|||
);
|
||||
}
|
||||
|
||||
public function run(ContainerInterface $c): void {}
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function run( ContainerInterface $c ): void {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue