Completed
Pull Request — master (#15)
by angel
01:46
created
Instapago/InstapagoGateway/InstapagoPayment.php 1 patch
Unused Use Statements   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -312,9 +312,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.