From 338f5c29c5aebfbca93ef177bf294b7053581967 Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Fri, 2 Aug 2024 15:49:52 +0530 Subject: [PATCH] auto recurring testing phase 21 --- goodtimes/webhook.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/goodtimes/webhook.py b/goodtimes/webhook.py index 8ae28cc..ba55fb9 100644 --- a/goodtimes/webhook.py +++ b/goodtimes/webhook.py @@ -317,13 +317,13 @@ class PaymentProcessingService: # Create or update the principal subscription self.principal_subscription = ( self.subscription_service.create_principal_subscription( - self.principal, - self.subscription, - self.stripe_subscription, - self.order_id, - self.coupon, - self.current_period_start, - self.current_period_end, + principal=self.principal, + subscription=self.subscription, + stripe_subscription=self.stripe_subscription, + order_id=self.order_id, + current_period_start=self.current_period_start, + current_period_end=self.current_period_end, + coupon=self.coupon, ) ) print("First Part Done....!!!!!")