@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * @var array $allowedCountries |
32 | 32 | */ |
33 | - private $allowedCountries = array('IT', 'ES', 'PT', 'FR'); |
|
33 | + private $allowedCountries = array('IT', 'ES', 'PT', 'FR'); |
|
34 | 34 | |
35 | 35 | /** |
36 | 36 | * Configuration constructor. |
@@ -438,7 +438,7 @@ |
||
438 | 438 | function get_GetMethod() |
439 | 439 | { |
440 | 440 | if (!isGetActionValid()) { |
441 | - return 'createOrder'; |
|
441 | + return 'createOrder'; |
|
442 | 442 | |
443 | 443 | }; |
444 | 444 | $method = json_decode(json_encode($_GET)); |