Correct variable name
This commit is contained in:
parent
de4e2fc667
commit
3d7533e02b
|
@ -744,7 +744,7 @@ class WC_Checkout {
|
|||
'country',
|
||||
);
|
||||
|
||||
array_walk( $billing_fields, array( $this, 'set_customer_address_fields' ), $data );
|
||||
array_walk( $address_fields, array( $this, 'set_customer_address_fields' ), $data );
|
||||
WC()->customer->save();
|
||||
|
||||
// Update customer shipping and payment method to posted method
|
||||
|
|
Loading…
Reference in New Issue