mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Using prod thinkup url for code redemption.
This commit is contained in:
parent
670f28fd6d
commit
af9d64f249
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class RedeemCodeForm(forms.Form):
|
|||
if len(gift_code) != 12:
|
||||
raise forms.ValidationError('Your gift code should be 12 characters long.')
|
||||
|
||||
req = requests.get('https://demo.thinkup.com/join/api/bundle/', params={'code': gift_code})
|
||||
req = requests.get('https://www.thinkup.com/join/api/bundle/', params={'code': gift_code})
|
||||
response = req.json()
|
||||
|
||||
is_valid = response.get('is_valid', None)
|
||||
|
|
Loading…
Add table
Reference in a new issue