Completed
Push — master ( 5a2bba...8ec10e )
by Wessel
08:52 queued 04:45
created
Providers/EasyIdeal.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@  discard block
 block discarded – undo
46 46
         return $res;
47 47
     }
48 48
 
49
+    /**
50
+     * @return string
51
+     */
49 52
     public function Ideal_execute($parameters){
50 53
         $this->_mandatory($parameters, array('Amount', 'Currency', 'Description', 'Bank', 'Return'));
51 54
         return $this->_call('IDEAL.EXECUTE', $parameters, array('Response', 'Response', 'BankURL', 'value'));
@@ -229,6 +232,9 @@  discard block
 block discarded – undo
229 232
 
230 233
     static public $debug = false;
231 234
 
235
+    /**
236
+     * @param string $function
237
+     */
232 238
     private function _call($function, $parameters, $look_for=array()){
233 239
 
234 240
         $this->_last_error = '';
Please login to merge, or discard this patch.