Redirect to dcl payment
We no longer seem to use hosting payment
This commit is contained in:
parent
44ebb71916
commit
6c968fdbb8
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ class OrderConfirmationView(DetailView, FormView):
|
|||
payment_method
|
||||
)
|
||||
if not card_details.get('response_object'):
|
||||
return HttpResponseRedirect(reverse('hosting:payment'))
|
||||
return HttpResponseRedirect(reverse('datacenterlight:payment'))
|
||||
card_details_response = card_details['response_object']
|
||||
context['cc_last4'] = card_details_response['last4']
|
||||
context['cc_brand'] = card_details_response['brand']
|
||||
|
|
Loading…
Reference in a new issue