Updated Views
Added the cardholder_name as one of the fields retrieved from the Payment page
This commit is contained in:
parent
50f7227b10
commit
7a8154a907
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ class PaymentOrderView(FormView):
|
|||
if billing_address_data:
|
||||
form_kwargs.update({
|
||||
'initial': {
|
||||
'cardholder_name': billing_address_data['cardholder_name'],
|
||||
'street_address': billing_address_data['street_address'],
|
||||
'city': billing_address_data['city'],
|
||||
'postal_code': billing_address_data['postal_code'],
|
||||
|
|
Loading…
Reference in a new issue