mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add update product handler
This commit is contained in:
parent
01ab5d6003
commit
50d12479b8
4 changed files with 105 additions and 7 deletions
|
@ -46,6 +46,7 @@ return array(
|
|||
'subscription.api-handler' => static function(ContainerInterface $container): SubscriptionsApiHandler {
|
||||
return new SubscriptionsApiHandler(
|
||||
$container->get('api.endpoint.catalog-products'),
|
||||
$container->get('api.factory.product'),
|
||||
$container->get('api.endpoint.billing-plans'),
|
||||
$container->get('api.factory.billing-cycle'),
|
||||
$container->get('api.factory.payment-preferences'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue