mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Using prod thinkup url for code redemption.
This commit is contained in:
parent
1c5d6f9e77
commit
df7b91b261
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