auto recurring testing phase 21
This commit is contained in:
@@ -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....!!!!!")
|
||||
|
||||
Reference in New Issue
Block a user