@@ -47,7 +47,6 @@ |
||
47 | 47 | * @param $assistedSale |
48 | 48 | * |
49 | 49 | * @return $this |
50 | - |
|
51 | 50 | */ |
52 | 51 | public function setAssistedSale($assistedSale) |
53 | 52 | { |
@@ -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)); |