@@ -33,11 +33,9 @@ |
||
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 |