-
Notifications
You must be signed in to change notification settings - Fork 0
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 #3 from wirecard/unixPathSeparator
#2 Use correct path terminators
- Loading branch information
Showing
743 changed files
with
280,849 additions
and
1 deletion.
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
39 changes: 39 additions & 0 deletions
39
includes/plugins/wirecard_checkout_page/version/105/frontend/iframebreakout.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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?php | ||
|
||
|
||
if ($_REQUEST['xIframeUsed'] && ! array_key_exists('redirected', $_REQUEST) | ||
&& ! array_key_exists('confirm', $_REQUEST) | ||
) { | ||
|
||
require_once(PFAD_ROOT .'includes\\smartyInclude.php'); | ||
|
||
$cPh = verifyGPDataString('ph'); | ||
$cSh = verifyGPDataString('sh'); | ||
|
||
if (strlen($cPh)) { | ||
$key = 'ph'; | ||
$hash = $cPh; | ||
} else { | ||
$key = 'sh'; | ||
$hash = $cSh; | ||
} | ||
|
||
$tmpl = dirname(__FILE__) . '/../paymentmethod/template/iframebreakout.tpl'; | ||
$smarty->assign('url', gibShopURL() . '/includes/modules/notify.php?' . $key . '=' . $hash); | ||
$smarty->assign('args', $_REQUEST); | ||
if ($_REQUEST['language'] == 'de') { | ||
$smarty->assign('txt_redirect', 'Sie werden in Kürze weitergeleitet.'); | ||
$smarty->assign( | ||
'txt_redirect_click', | ||
'falls nicht, klicken Sie bitte <a href="#" onclick="iframeBreakout()">hierl</a>' | ||
); | ||
|
||
} else { | ||
$smarty->assign('txt_redirect', 'You will be redirected shortly.'); | ||
$smarty->assign('txt_redirect_click', 'If not, please click <a href="#" onclick="iframeBreakout()">here</a>'); | ||
} | ||
|
||
$smarty->display($tmpl); | ||
|
||
exit; | ||
} |
21 changes: 21 additions & 0 deletions
21
includes/plugins/wirecard_checkout_page/version/105/frontend/payment_selection.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/* | ||
* Shop System Plugins - Terms of use | ||
* | ||
* This terms of use regulates warranty and liability between Wirecard Central Eastern Europe (subsequently referred to as WDCEE) and it's | ||
* contractual partners (subsequently referred to as customer or customers) which are related to the use of plugins provided by WDCEE. | ||
* | ||
* The Plugin is provided by WDCEE free of charge for it's customers and must be used for the purpose of WDCEE's payment platform | ||
* integration only. It explicitly is not part of the general contract between WDCEE and it's customer. The plugin has successfully been tested | ||
* under specific circumstances which are defined as the shopsystem's standard configuration (vendor's delivery state). The Customer is | ||
* responsible for testing the plugin's functionality before putting it into production enviroment. | ||
* The customer uses the plugin at own risk. WDCEE does not guarantee it's full functionality neither does WDCEE assume liability for any | ||
* disadvantage related to the use of this plugin. By installing the plugin into the shopsystem the customer agrees to the terms of use. | ||
* Please do not use this plugin if you do not agree to the terms of use! | ||
*/ | ||
|
||
|
||
if (isset($_SESSION['wirecard_checkout_page_message'])) { | ||
$smarty->assign('hinweis', $_SESSION['wirecard_checkout_page_message']); | ||
unset($_SESSION['wirecard_checkout_page_message']); | ||
} |
24 changes: 24 additions & 0 deletions
24
...kout_page/version/105/paymentmethod/classes/lib/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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?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 | ||
*/ | ||
return Array( | ||
'FRONTEND_URL' => 'https://checkout.wirecard.com/page/init-server.php', | ||
'TOOLKIT_URL' => 'https://secure.wirecard-cee.com/qpay/toolkit.php', | ||
'MODULE_NAME' => 'WirecardCEE_Checkout_Page', | ||
'MODULE_VERSION' => '3.0.0', | ||
'DEPENDENCIES' => Array( | ||
'FRAMEWORK_NAME' => 'Zend_Framework', | ||
'FRAMEWORK_VERSION' => Array( | ||
'MINIMUM' => '1.11.10', | ||
'CURRENT' => Zend_Version::VERSION | ||
), | ||
), | ||
'USE_DEBUG' => FALSE | ||
); |
25 changes: 25 additions & 0 deletions
25
...eckout_page/version/105/paymentmethod/classes/lib/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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?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 | ||
*/ | ||
|
||
/** | ||
* Configuration array | ||
* | ||
* Please input your details | ||
*/ | ||
return Array( | ||
'WirecardCEEQPayConfig' => Array( | ||
'CUSTOMER_ID' => 'D200001', | ||
'SHOP_ID' => '', | ||
'SECRET' => 'B8AKTPWBRMNBV455FG6M2DANE99WU2', | ||
'LANGUAGE' => 'en', | ||
'TOOLKIT_PASSWORD' => 'jcv45z' | ||
) | ||
); |
27 changes: 27 additions & 0 deletions
27
...s/wirecard_checkout_page/version/105/paymentmethod/classes/lib/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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?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 | ||
*/ | ||
/** | ||
* @name WirecardCEE_QPay_Error | ||
* @category WirecardCEE | ||
* @package WirecardCEE_QPay | ||
* @version 3.0.0 | ||
*/ | ||
class WirecardCEE_QPay_Error extends WirecardCEE_Stdlib_Error { | ||
|
||
/** | ||
* WirecardCEE_QPay_Error contructor | ||
* | ||
* @param string $message | ||
*/ | ||
public function __construct($message) { | ||
$this->setMessage($message); | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...rsion/105/paymentmethod/classes/lib/WirecardCEE/QPay/Exception/BadMethodCallException.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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 | ||
*/ | ||
/** | ||
* @name WirecardCEE_QPay_Exception_BadMethodCallException | ||
* @category WirecardCEE | ||
* @package WirecardCEE_QPay | ||
* @subpackage Exception | ||
* @version 3.0.0 | ||
*/ | ||
class WirecardCEE_QPay_Exception_BadMethodCallException extends BadMethodCallException implements WirecardCEE_QPay_Exception_ExceptionInterface {} |
18 changes: 18 additions & 0 deletions
18
...e/version/105/paymentmethod/classes/lib/WirecardCEE/QPay/Exception/ExceptionInterface.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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 | ||
*/ | ||
/** | ||
* @name WirecardCEE_QPay_Exception_ExceptionInterface | ||
* @category WirecardCEE | ||
* @package WirecardCEE_QPay | ||
* @subpackage Exception | ||
* @version 3.0.0 | ||
*/ | ||
interface WirecardCEE_QPay_Exception_ExceptionInterface {} |
18 changes: 18 additions & 0 deletions
18
...ion/105/paymentmethod/classes/lib/WirecardCEE/QPay/Exception/InvalidArgumentException.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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 | ||
*/ | ||
/** | ||
* @name WirecardCEE_QPay_Exception_InvalidArgumentException | ||
* @category WirecardCEE | ||
* @package WirecardCEE_QPay | ||
* @subpackage Exception | ||
* @version 3.0.0 | ||
*/ | ||
class WirecardCEE_QPay_Exception_InvalidArgumentException extends InvalidArgumentException implements WirecardCEE_QPay_Exception_ExceptionInterface {} |
18 changes: 18 additions & 0 deletions
18
.../105/paymentmethod/classes/lib/WirecardCEE/QPay/Exception/InvalidParamLengthException.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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 | ||
*/ | ||
/** | ||
* @name WirecardCEE_QPay_Exception_InvalidParamLengthException | ||
* @category WirecardCEE | ||
* @package WirecardCEE_QPay | ||
* @subpackage Exception | ||
* @version 3.0.0 | ||
*/ | ||
class WirecardCEE_QPay_Exception_InvalidParamLengthException extends LengthException implements WirecardCEE_QPay_Exception_ExceptionInterface {} |
18 changes: 18 additions & 0 deletions
18
...ion/105/paymentmethod/classes/lib/WirecardCEE/QPay/Exception/InvalidResponseException.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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 | ||
*/ | ||
/** | ||
* @name WirecardCEE_QPay_Exception_InvalidResponseException | ||
* @category WirecardCEE | ||
* @package WirecardCEE_QPay | ||
* @subpackage Exception | ||
* @version 3.0.0 | ||
*/ | ||
class WirecardCEE_QPay_Exception_InvalidResponseException extends WirecardCEE_Stdlib_Exception_InvalidResponseException implements WirecardCEE_QPay_Exception_ExceptionInterface {} |
Oops, something went wrong.