-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OXAP-337 Add a secret key to the cron controller
- Loading branch information
1 parent
5d07799
commit ec71dbc
Showing
12 changed files
with
236 additions
and
21 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
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
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
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
<b style="color: red">Wenn Sie das Modul von einer vorhergehenden Version updaten muss das Module deaktivert und erneut aktiviert werden</b>' | ||
), | ||
'thumbnail' => 'bestitamazonpay4oxid_logo.png', | ||
'version' => '3.6.5', | ||
'version' => '3.6.6', | ||
'author' => 'best it GmbH & Co. KG', | ||
'url' => 'http://www.bestit-online.de', | ||
'email' => '[email protected]', | ||
|
@@ -205,12 +205,26 @@ | |
'value' => '', | ||
'position' => 4 | ||
), | ||
array( | ||
'group' => 'bestitAmazonPay4OxidSettings', | ||
'name' => 'sAmazonCronSecretKey', | ||
'type' => 'str', | ||
'value' => '', | ||
'position' => 5 | ||
), | ||
array( | ||
'group' => 'bestitAmazonPay4OxidSettings', | ||
'name' => 'blGenerateNewAmazonCronSecretKey', | ||
'type' => 'bool', | ||
'value' => 'false', | ||
'position' => 6 | ||
), | ||
array( | ||
'group' => 'bestitAmazonPay4OxidSettings', | ||
'name' => 'blAmazonLogging', | ||
'type' => 'bool', | ||
'value' => 'true', | ||
'position' => 5 | ||
'position' => 7 | ||
), | ||
array( | ||
'group' => 'bestitAmazonPay4OxidSettings', | ||
|
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.