-
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 #28 from wirecard/masterpassIntegration
Add payment masterpass and update components
- Loading branch information
Showing
92 changed files
with
6,213 additions
and
3,088 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
62 changes: 42 additions & 20 deletions
62
Frontend/WirecardCheckoutPage/Components/WirecardCEE/QPay/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,24 +1,46 @@ | ||
<?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( | ||
'FRONTEND_URL' => 'https://checkout.wirecard.com/page/init-server.php', | ||
'TOOLKIT_URL' => 'https://checkout.wirecard.com/page/toolkit.php', | ||
'MODULE_NAME' => 'WirecardCEE_QPay', | ||
'MODULE_VERSION' => '3.1.0', | ||
'DEPENDENCIES' => Array( | ||
'FRAMEWORK_NAME' => 'Zend_Framework', | ||
'FRAMEWORK_VERSION' => Array( | ||
'MINIMUM' => '1.11.10', | ||
'CURRENT' => Zend_Version::VERSION | ||
), | ||
'FRONTEND_URL' => 'https://checkout.wirecard.com/page/init-server.php', | ||
'TOOLKIT_URL' => 'https://checkout.wirecard.com/page/toolkit.php', | ||
'MODULE_NAME' => 'WirecardCEE_QPay', | ||
'MODULE_VERSION' => '3.0.3', | ||
'DEPENDENCIES' => Array( | ||
'FRAMEWORK_NAME' => 'Zend_Framework', | ||
'FRAMEWORK_VERSION' => Array( | ||
'MINIMUM' => '1.11.10', | ||
'CURRENT' => Zend_Version::VERSION | ||
), | ||
'USE_DEBUG' => FALSE | ||
), | ||
'USE_DEBUG' => false | ||
); |
54 changes: 38 additions & 16 deletions
54
Frontend/WirecardCheckoutPage/Components/WirecardCEE/QPay/Config/user.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,25 +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! | ||
*/ | ||
|
||
|
||
/** | ||
* Configuration array | ||
* | ||
* Please input your details | ||
*/ | ||
return Array( | ||
'WirecardCEEQPayConfig' => Array( | ||
'CUSTOMER_ID' => 'D200001', | ||
'SHOP_ID' => '', | ||
'SECRET' => 'B8AKTPWBRMNBV455FG6M2DANE99WU2', | ||
'LANGUAGE' => 'en', | ||
'TOOLKIT_PASSWORD' => 'jcv45z' | ||
) | ||
'WirecardCEEQPayConfig' => Array( | ||
'CUSTOMER_ID' => 'D200001', | ||
'SHOP_ID' => '', | ||
'SECRET' => 'B8AKTPWBRMNBV455FG6M2DANE99WU2', | ||
'LANGUAGE' => 'en', | ||
'TOOLKIT_PASSWORD' => 'jcv45z' | ||
) | ||
); |
48 changes: 36 additions & 12 deletions
48
Frontend/WirecardCheckoutPage/Components/WirecardCEE/QPay/Error.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,27 +1,51 @@ | ||
<?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! | ||
*/ | ||
|
||
|
||
/** | ||
* @name WirecardCEE_QPay_Error | ||
* @category WirecardCEE | ||
* @package WirecardCEE_QPay | ||
* @version 3.1.0 | ||
*/ | ||
class WirecardCEE_QPay_Error extends WirecardCEE_Stdlib_Error { | ||
class WirecardCEE_QPay_Error extends WirecardCEE_Stdlib_Error | ||
{ | ||
|
||
/** | ||
* WirecardCEE_QPay_Error contructor | ||
* | ||
* @param string $message | ||
*/ | ||
public function __construct($message) { | ||
public function __construct($message) | ||
{ | ||
$this->setMessage($message); | ||
} | ||
} |
Oops, something went wrong.