Add update product handler

This commit is contained in:
Emili Castells Guasch 2023-03-27 11:28:45 +02:00
parent 01ab5d6003
commit 50d12479b8
4 changed files with 105 additions and 7 deletions

View file

@ -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'),