Completed
Push — master ( c8cdc0...5bf425 )
by
unknown
03:52
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
@@ -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 requestApiGet($url, $arpost)
29 32
     {
30 33
         //Create a CURL GET request
Please login to merge, or discard this patch.