changed webhook 5
This commit is contained in:
@@ -295,7 +295,7 @@ class PaymentProcessingService:
|
||||
.first()
|
||||
)
|
||||
if active_subscription:
|
||||
subscription = self._get_principal_subscription_by_id()
|
||||
subscription = self._get_subscription()
|
||||
if subscription:
|
||||
# Calculate the reward value
|
||||
percentage = (
|
||||
|
||||
Reference in New Issue
Block a user