Completed
Push — master ( e11687...edc571 )
by Nikita
11s
created
app/code/community/Mygento/Payture/Model/Payture.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
         return false;
26 26
     }
27 27
 
28
+    /**
29
+     * @param string $url
30
+     */
28 31
     protected function requestApiPost($url, $arpost)
29 32
     {
30 33
         //Create a CURL GET request
Please login to merge, or discard this patch.