mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Change goldpurchase_email to goldpayment_email
This commit is contained in:
@@ -514,7 +514,7 @@ def get_subscription_details(user):
|
||||
|
||||
|
||||
def paypal_subscription_url():
|
||||
return "https://www.paypal.com/cgi-bin/webscr?cmd=_subscr-find&alias=%s" % g.goldpurchase_email
|
||||
return "https://www.paypal.com/cgi-bin/webscr?cmd=_subscr-find&alias=%s" % g.goldpayment_email
|
||||
|
||||
|
||||
def get_discounted_price(gold_price):
|
||||
|
||||
Reference in New Issue
Block a user