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'])