mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
No need for active plan from paypal api.
This commit is contained in:
parent
c803ef87a6
commit
3b1ae03129
1 changed files with 0 additions and 1 deletions
|
@ -508,7 +508,6 @@ class Profile(models.Model):
|
|||
|
||||
if paypal_subscription:
|
||||
if paypal_subscription['status'] in ["APPROVAL_PENDING", "APPROVED", "ACTIVE"]:
|
||||
active_plan = paypal_subscription['plan_id']
|
||||
active_provider = "paypal"
|
||||
premium_renewal = True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue