Skip to content

Commit

Permalink
fix testing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjon committed Jul 9, 2017
1 parent 17add05 commit 90f3016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
configuration:
PAYSERA_PROJECT_ID: 123456
PAYSERA_PROJECT_PASSWORD: ''
PAYSERA_TESTING_MODE: 1
PAYSERA_TEST_MODE: 1
PAYSERA_DISPLAY_PAYMENT_METHODS: 1
PAYSERA_DEFAULT_COUNTRY: 'lt'
PAYSERA_DISPLAY_WIDGET: 0
Expand Down
2 changes: 1 addition & 1 deletion controllers/front/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function collectPaymentData(Order $order)
{
$projectID = Configuration::get('PAYSERA_PROJECT_ID');
$projectPassword = Configuration::get('PAYSERA_PROJECT_PASSWORD');
$testingMode = Configuration::get('PAYSERA_TESTING_MODE');
$testingMode = Configuration::get('PAYSERA_TEST_MODE');

$customer = $this->context->customer;

Expand Down

0 comments on commit 90f3016

Please sign in to comment.