This commit introduces the updateSubscription method to the BillingStrategyProviderService, ensuring that subscriptions can be updated within the billing core. Additionally, a refactor has been applied to the BillingGatewayFactoryService and stripe-billing-strategy.service to improve error handling and the robustness of subscription updates. Logging in the webhook route has been adjusted for clarity and the data model has been enhanced.
7 lines
310 B
TypeScript
7 lines
310 B
TypeScript
export * from './create-billing-checkout.schema';
|
|
export * from './create-biling-portal-session.schema';
|
|
export * from './retrieve-checkout-session.schema';
|
|
export * from './cancel-subscription-params.schema';
|
|
export * from './report-billing-usage.schema';
|
|
export * from './update-subscription-params.schema';
|