Fix unwanted char
This commit is contained in:
parent
efaf75615b
commit
0bca5113ca
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ class PaymentOrderView(FormView):
|
||||||
request.session["vat_validation_status"] = validate_result["status"]
|
request.session["vat_validation_status"] = validate_result["status"]
|
||||||
|
|
||||||
# For generic payment we take the user directly to confirmation
|
# For generic payment we take the user directly to confirmation
|
||||||
if ('generic_p`ayment_type' in request.session and
|
if ('generic_payment_type' in request.session and
|
||||||
self.request.session['generic_payment_type'] == 'generic'):
|
self.request.session['generic_payment_type'] == 'generic'):
|
||||||
return HttpResponseRedirect(
|
return HttpResponseRedirect(
|
||||||
reverse('datacenterlight:order_confirmation'))
|
reverse('datacenterlight:order_confirmation'))
|
||||||
|
|
Loading…
Reference in a new issue