We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday 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