Skip to content
Snippets Groups Projects
Commit 18a38a28 authored by Dmytro Aponasenko's avatar Dmytro Aponasenko
Browse files

MTA-2080: Sync qmt repository with mainline - Sprint 11

parent 9770fa55
Branches
No related merge requests found
...@@ -86,7 +86,6 @@ class Curl extends AbstractCurl implements CustomerInterface ...@@ -86,7 +86,6 @@ class Curl extends AbstractCurl implements CustomerInterface
$data = $customer->getData(); $data = $customer->getData();
$data['group_id'] = $this->getCustomerGroup($customer); $data['group_id'] = $this->getCustomerGroup($customer);
$address = []; $address = [];
$result = [];
$url = $_ENV['app_frontend_url'] . 'customer/account/createpost/?nocookie=true'; $url = $_ENV['app_frontend_url'] . 'customer/account/createpost/?nocookie=true';
if ($customer->hasData('address')) { if ($customer->hasData('address')) {
......
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