mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +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
|
@ -83,7 +83,7 @@ return array(
|
|||
$request_data = $container->get( 'button.request-data' );
|
||||
$client_id = $container->get( 'button.client_id' );
|
||||
$dcc_applies = $container->get( 'api.helpers.dccapplies' );
|
||||
$subscription_helper = $container->get( 'subscription.helper' );
|
||||
$subscription_helper = $container->get( 'wc-subscriptions.helper' );
|
||||
$messages_apply = $container->get( 'button.helper.messages-apply' );
|
||||
$environment = $container->get( 'onboarding.environment' );
|
||||
$payment_token_repository = $container->get( 'vaulting.repository.payment-token' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue