Added card holders name for initialization

This commit is contained in:
PCoder 2017-07-16 22:33:52 +05:30
parent 6ba0841bfe
commit 97acd76b51
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ class PaymentVMView(LoginRequiredMixin, FormView):
form_kwargs.update({
'initial': {
'cardholder_name': current_billing_address.cardholder_name,
'street_address': current_billing_address.street_address,
'city': current_billing_address.city,
'postal_code': current_billing_address.postal_code,