We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit d91714a8 authored by attilak's avatar attilak

add customer telephone number as a customer data

parent 5d1d536a
......@@ -52,7 +52,8 @@ class CustomerDataBuilder implements BuilderInterface
$result['shopperReference'] = $customerId;
}
$result ['shopperEmail'] = $customerEmail;
$result['telephoneNumber'] = trim($billingAddress->getTelephone());
$result['shopperEmail'] = $customerEmail;
return $result;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment