File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/components/checkout-page-handler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ export const BillingCard = ({
5656
5757 if ( emptyInvoiceInformation && savedBillingInformation ) {
5858 formState . setField ( "companyName" , savedBillingInformation . companyName ) ;
59- formState . setField ( "givenName" , savedBillingInformation . givenName ) ;
60- formState . setField ( "familyName" , savedBillingInformation . familyName ) ;
59+ formState . setField ( "givenName" , savedBillingInformation . userGivenName ) ;
60+ formState . setField ( "familyName" , savedBillingInformation . userFamilyName ) ;
6161 formState . setField ( "fiscalCode" , savedBillingInformation . fiscalCode ) ;
6262 formState . setField ( "pec" , savedBillingInformation . pec ) ;
6363 formState . setField ( "sdi" , savedBillingInformation . sdi ) ;
You can’t perform that action at this time.
0 commit comments