Completed
Push — master ( a7a410...ee8da7 )
by Danila
02:12
created
app/code/community/Mygento/Payture/Model/Checkout.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,7 @@
 block discarded – undo
26 26
 
27 27
     /**
28 28
      *
29
-     * @param Varien_Data_Form_Element_Abstract $element
30
-     * @return string
29
+     * @return Mygento_Payture_Model_Checkout
31 30
      *
32 31
      * @SuppressWarnings("unused")
33 32
      */
Please login to merge, or discard this patch.
app/code/community/Mygento/Payture/Model/Payture.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
         }
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $url
32
+     */
30 33
     protected function requestApiGet($url, $arpost)
31 34
     {
32 35
 
Please login to merge, or discard this patch.