Correct variable name

This commit is contained in:
Mike Jolley 2017-05-12 12:09:05 +01:00
parent de4e2fc667
commit 3d7533e02b
1 changed files with 1 additions and 1 deletions

View File

@ -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