Completed
Push — master ( 751154...66b80e )
by Maxim
02:42
created
src/Method/ContactsSet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         );
53 53
 
54 54
         $request = new Request(
55
-            'POST', $this->getUser()->getAmoCRMDomain() . 'private/api/v2/json/contacts/set', [], $body
55
+            'POST', $this->getUser()->getAmoCRMDomain().'private/api/v2/json/contacts/set', [], $body
56 56
         );
57 57
 
58 58
         return $request;
Please login to merge, or discard this patch.