auto recurring testing phase 21

This commit is contained in:
rizwanisready
2024-08-02 15:49:52 +05:30
parent 4397ac52b8
commit 338f5c29c5

View File

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