-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
224 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ class PayzenTools | |
|
||
private static $CMS_IDENTIFIER = 'PrestaShop_1.5-1.7'; | ||
private static $SUPPORT_EMAIL = '[email protected]'; | ||
private static $PLUGIN_VERSION = '1.14.0'; | ||
private static $PLUGIN_VERSION = '1.14.1'; | ||
private static $GATEWAY_VERSION = 'V2'; | ||
|
||
const ORDER_ID_REGEX = '#^[a-zA-Z0-9]{1,9}$#'; | ||
|
@@ -242,6 +242,7 @@ public static function getAdminParameters() | |
|
||
array('key' => 'PAYZEN_PRIVKEY_TEST', 'default' => '', 'label' => 'Test password'), | ||
array('key' => 'PAYZEN_PRIVKEY_PROD', 'default' => '', 'label' => 'Production password'), | ||
array('key' => 'PAYZEN_ENABLE_WS', 'default' => 'disabled', 'label' => 'Enable web services'), | ||
array('key' => 'PAYZEN_PUBKEY_TEST', 'default' => '', 'label' => 'Public test key'), | ||
array('key' => 'PAYZEN_PUBKEY_PROD', 'default' => '', 'label' => 'Public production key'), | ||
array('key' => 'PAYZEN_RETKEY_TEST', 'default' => '', 'label' => 'SHA256 test key'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.