From aad19442a4becf93eac157530b307a2959ad75a6 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 21 Dec 2017 16:11:01 +0300 Subject: [PATCH] Update Exchange.php --- app/code/community/Retailcrm/Retailcrm/Model/Exchange.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/community/Retailcrm/Retailcrm/Model/Exchange.php b/app/code/community/Retailcrm/Retailcrm/Model/Exchange.php index aa61d79..21bbc99 100644 --- a/app/code/community/Retailcrm/Retailcrm/Model/Exchange.php +++ b/app/code/community/Retailcrm/Retailcrm/Model/Exchange.php @@ -144,7 +144,7 @@ class Retailcrm_Retailcrm_Model_Exchange if (!is_numeric($customer->getId())) { $customer - ->setGropuId(1) + ->setGroupId(1) ->setWebsiteId($siteid) ->setStore($storeId) ->setEmail($order['email'])