Skip to content

Commit

Permalink
fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinleal committed Jul 20, 2020
1 parent a43a425 commit aa17fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pagantis.php
Original file line number Diff line number Diff line change
Expand Up @@ -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": ".",
Expand All @@ -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 <span class=pg-no-interest>without interest!</span>",
Expand Down
1 change: 0 additions & 1 deletion test/controllers/PagantisPs15ControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit aa17fd3

Please sign in to comment.