@@ -46,6 +46,9 @@ discard block |
||
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 |
||
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 = ''; |