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....!!!!!")