diff --git a/pagantis.php b/pagantis.php index a5d00ffb..f9baa79b 100644 --- a/pagantis.php +++ b/pagantis.php @@ -59,7 +59,7 @@ class Pagantis extends PaymentModule "SIMULATOR_CSS_PRODUCT_PAGE_STYLES": "", "SIMULATOR_CSS_CHECKOUT_PAGE_STYLES": "", "SIMULATOR_DISPLAY_MAX_AMOUNT": "800", - "FORM_DISPLAY_TYPE" => "0", + "FORM_DISPLAY_TYPE" : "0", "DISPLAY_MIN_AMOUNT": "0", "DISPLAY_MAX_AMOUNT": "800", "SIMULATOR_THOUSAND_SEPARATOR": ".", @@ -81,7 +81,7 @@ class Pagantis extends PaymentModule "SIMULATOR_CSS_PRODUCT_PAGE_STYLES": "", "SIMULATOR_CSS_CHECKOUT_PAGE_STYLES": "", "SIMULATOR_DISPLAY_MAX_AMOUNT": "1500", - "FORM_DISPLAY_TYPE" => "0", + "FORM_DISPLAY_TYPE" : "0", "DISPLAY_MIN_AMOUNT": "0", "DISPLAY_MAX_AMOUNT": "1500", "PROMOTION_EXTRA": "Finance this product without interest!", diff --git a/test/controllers/PagantisPs15ControllerTest.php b/test/controllers/PagantisPs15ControllerTest.php index 70c68fb1..9b9f3bc4 100644 --- a/test/controllers/PagantisPs15ControllerTest.php +++ b/test/controllers/PagantisPs15ControllerTest.php @@ -45,7 +45,6 @@ class PagantisPs15ControllerTest extends PagantisPrestashopTest public function testLogDownload() { $logUrl = self::PS15URL.self::LOG_FOLDER.'&secret=c580df9e0b7b40c3'; - var_dump($logUrl); $response = Request::get($logUrl)->expects('json')->send(); $this->assertGreaterThan(0, count($response->body)); $this->quit();