-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from wirecard/improveSecurity
#4 Add consumerMerchantCrmId
- Loading branch information
Showing
97 changed files
with
6,699 additions
and
3,238 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
'en' => 'Module for payment using Wirecard Checkout Seamless.<br /><br /><div id="helpPanel"><div class="bd"><strong>Support and sales information</strong><br /><a href="https://guides.wirecard.at/support" target="_blank">support</a><br /><a href="https://guides.wirecard.at/sales" target="_blank">sales</a></div></div>', | ||
), | ||
'thumbnail' => 'picture.jpg', | ||
'version' => '2.1.5', | ||
'version' => '2.2.0', | ||
'author' => 'Wirecard CEE', | ||
'url' => 'http://www.wirecard.at', | ||
'email' => '[email protected]', | ||
|
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
58 changes: 41 additions & 17 deletions
58
modules/wirecard/checkoutseamless/vendor/WirecardCEE/QMore/Config/client.config.php
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 |
---|---|---|
@@ -1,23 +1,47 @@ | ||
<?php | ||
/* | ||
* Die vorliegende Software ist Eigentum von Wirecard CEE und daher vertraulich | ||
* zu behandeln. Jegliche Weitergabe an dritte, in welcher Form auch immer, ist | ||
* unzulaessig. Software & Service Copyright (C) by Wirecard Central Eastern | ||
* Europe GmbH, FB-Nr: FN 195599 x, http://www.wirecard.at | ||
/** | ||
* Shop System Plugins - Terms of Use | ||
* | ||
* The plugins offered are provided free of charge by Wirecard Central Eastern Europe GmbH | ||
* (abbreviated to Wirecard CEE) and are explicitly not part of the Wirecard CEE range of | ||
* products and services. | ||
* | ||
* They have been tested and approved for full functionality in the standard configuration | ||
* (status on delivery) of the corresponding shop system. They are under General Public | ||
* License Version 2 (GPLv2) and can be used, developed and passed on to third parties under | ||
* the same terms. | ||
* | ||
* However, Wirecard CEE does not provide any guarantee or accept any liability for any errors | ||
* occurring when used in an enhanced, customized shop system configuration. | ||
* | ||
* Operation in an enhanced, customized configuration is at your own risk and requires a | ||
* comprehensive test phase by the user of the plugin. | ||
* | ||
* Customers use the plugins at their own risk. Wirecard CEE does not guarantee their full | ||
* functionality neither does Wirecard CEE assume liability for any disadvantages related to | ||
* the use of the plugins. Additionally, Wirecard CEE does not guarantee the full functionality | ||
* for customized shop systems or installed plugins of other vendors of plugins within the same | ||
* shop system. | ||
* | ||
* Customers are responsible for testing the plugin's functionality before starting productive | ||
* operation. | ||
* | ||
* By installing the plugin into the shop system the customer agrees to these terms of use. | ||
* Please do not use the plugin if you do not agree to these terms of use! | ||
*/ | ||
|
||
return Array( | ||
'DATA_STORAGE_URL' => 'https://checkout.wirecard.com/seamless/dataStorage', | ||
'FRONTEND_URL' => 'https://checkout.wirecard.com/seamless/frontend', | ||
'BACKEND_URL' => 'https://checkout.wirecard.com/seamless/backend', | ||
'MODULE_NAME' => 'WirecardCEE_QMore', | ||
'MODULE_VERSION' => '3.1.0', | ||
'DEPENDENCIES' => array( | ||
'FRAMEWORK_NAME' => 'Zend Framework', | ||
'FRAMEWORK_VERSION' => Array( | ||
'MINIMUM' => '1.11.10', | ||
'CURRENT' => Zend_Version::VERSION | ||
), | ||
'DATA_STORAGE_URL' => 'https://checkout.wirecard.com/seamless/dataStorage', | ||
'FRONTEND_URL' => 'https://checkout.wirecard.com/seamless/frontend', | ||
'BACKEND_URL' => 'https://checkout.wirecard.com/seamless/backend', | ||
'MODULE_NAME' => 'WirecardCEE_QMore', | ||
'MODULE_VERSION' => '3.3.0', | ||
'DEPENDENCIES' => Array( | ||
'FRAMEWORK_NAME' => 'Zend_Framework', | ||
'FRAMEWORK_VERSION' => Array( | ||
'MINIMUM' => '1.11.10', | ||
'CURRENT' => Zend_Version::VERSION | ||
), | ||
'USE_DEBUG' => FALSE | ||
), | ||
'USE_DEBUG' => false | ||
); |
Oops, something went wrong.