Добавлена переадресация при GET запросе на url /payments/robokassa/result
This commit is contained in:
parent
f4d40edf40
commit
4d9ec48ca2
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ def robokassa(action):
|
|||
else:
|
||||
return jsonify(error="invalid signature")
|
||||
return render_template('default/payment/robokassa/result.html')
|
||||
return redirect(url_for('account.billing'))
|
||||
|
||||
if action == 'success':
|
||||
# check session
|
||||
|
|
Loading…
Add table
Reference in a new issue