mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
Don't try to fix subscriber id for non-renewals.
This commit is contained in:
@@ -111,6 +111,9 @@ def verify_ipn(parameters):
|
||||
|
||||
|
||||
def existing_subscription(subscr_id, paying_id):
|
||||
if subscr_id is None:
|
||||
return None
|
||||
|
||||
account_id = accountid_from_paypalsubscription(subscr_id)
|
||||
|
||||
should_set_subscriber = False
|
||||
|
||||
Reference in New Issue
Block a user