mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Merge branch 'master' into dashboard3
* master: Don't cancel second most recent paypal subscription because it may be the current subscription.
This commit is contained in:
commit
5506e99e9a
1 changed files with 1 additions and 1 deletions
|
@ -1114,7 +1114,7 @@ def paypal_signup(sender, **kwargs):
|
|||
pass
|
||||
user.profile.activate_premium()
|
||||
user.profile.cancel_premium_stripe()
|
||||
user.profile.cancel_premium_paypal(second_most_recent_only=True)
|
||||
# user.profile.cancel_premium_paypal(second_most_recent_only=True)
|
||||
valid_ipn_received.connect(paypal_signup)
|
||||
|
||||
def paypal_payment_history_sync(sender, **kwargs):
|
||||
|
|
Loading…
Add table
Reference in a new issue