Skip to content

Commit

Permalink
Payline PRODUCTION constant was not set
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgu74 committed Feb 4, 2014
1 parent 1a97aab commit 682f472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Payutc/Bom/Payline.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
define('INI_FILE' , __DIR__ . '/../../../vendor/payline/HighDefinition.ini'); // Chemin du fichier ini
define('PAYLINE_ERR_TOKEN', '02317,02318'); // Préfixe du token sur le site primaire
define('__PAYUTC_PAYLINE_OPTIONS', '__PAYUTC_PAYLINE_OPTIONS');

define('PRODUCTION', Config::get('payline_production'));
}


Expand Down

0 comments on commit 682f472

Please sign in to comment.