Completed
Pull Request — 1.11.x (#1599)
by José
28:19
created
plugin/buycourses/src/Culqi/Culqi.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,11 +33,9 @@
 block discarded – undo
33 33
     {
34 34
         if ($entorno == 'INTEG') {
35 35
             self::$api_base = "https://integ-pago.culqi.com/api/v1";
36
-        }
37
-        elseif ($entorno == 'PRODUC') {
36
+        } elseif ($entorno == 'PRODUC') {
38 37
             self::$api_base = "https://pago.culqi.com/api/v1";
39
-        }
40
-        else {
38
+        } else {
41 39
              self::$api_base = "https://integ-pago.culqi.com/api/v1";
42 40
         }
43 41
 
Please login to merge, or discard this patch.