@@ -312,9 +312,4 @@ |
||
312 | 312 | private function checkRequiredParams(array $params) |
313 | 313 | { |
314 | 314 | foreach ($params as $param) { |
315 | - if (empty($param)) { |
|
316 | - throw new InstapagoException('Parámetros faltantes para procesar el pago. Verifique la documentación.'); |
|
317 | - } |
|
318 | - } |
|
319 | - } |
|
320 | -} // end class |
|
315 | + if (empty($param |
|
321 | 316 | \ No newline at end of file |