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