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 # Create or update the principal subscription
self.principal_subscription = ( self.principal_subscription = (
self.subscription_service.create_principal_subscription( self.subscription_service.create_principal_subscription(
self.principal, principal=self.principal,
self.subscription, subscription=self.subscription,
self.stripe_subscription, stripe_subscription=self.stripe_subscription,
self.order_id, order_id=self.order_id,
self.coupon, current_period_start=self.current_period_start,
self.current_period_start, current_period_end=self.current_period_end,
self.current_period_end, coupon=self.coupon,
) )
) )
print("First Part Done....!!!!!") print("First Part Done....!!!!!")