fdfd4
This commit is contained in:
parent
e959726546
commit
5751893620
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ def themecolor(v):
|
|||
@validate_formkey
|
||||
def gumroad(v):
|
||||
if not (v.email and v.is_activated):
|
||||
return {"error": "You must have to a verified email to verify patron status"}, 400
|
||||
return {"error": "You must have a verified email to verify patron status and claim awards"}, 400
|
||||
|
||||
data = {
|
||||
'access_token': GUMROAD_TOKEN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue