wirecard_checkout_page - Version 4.0.3

Version Notes

initial release

Download this release

Release Info

Developer WirecardCEE
Extension wirecard_checkout_page
Version 4.0.3
Comparing to
See all releases


Code changes from version 4.0.2 to 4.0.3

Files changed (86) hide show
  1. app/code/community/Wirecard/CheckoutPage/Helper/Data.php +1 -1
  2. app/code/community/Wirecard/CheckoutPage/Model/Abstract.php +1 -1
  3. app/code/community/Wirecard/CheckoutPage/Model/Autoloader.php +2 -1
  4. app/code/community/Wirecard/CheckoutPage/etc/config.xml +1 -1
  5. app/code/community/Wirecard/CheckoutPage/etc/system.xml +1 -1
  6. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Config/client.config.php +0 -0
  7. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Config/user.config.php +0 -0
  8. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Error.php +0 -0
  9. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/BadMethodCallException.php +0 -0
  10. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/ExceptionInterface.php +0 -0
  11. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/InvalidArgumentException.php +0 -0
  12. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/InvalidParamLengthException.php +0 -0
  13. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/InvalidResponseException.php +0 -0
  14. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/FrontendClient.php +0 -0
  15. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/MobileDetect.php +0 -0
  16. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Module.php +2 -2
  17. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/PaymentType.php +0 -0
  18. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Initiation.php +0 -0
  19. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/ResponseAbstract.php +0 -0
  20. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/ApproveReversal.php +0 -0
  21. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Deposit.php +0 -0
  22. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/DepositReversal.php +0 -0
  23. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/FinancialObject.php +0 -0
  24. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/GetOrderDetails.php +0 -0
  25. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order.php +0 -0
  26. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Credit.php +0 -0
  27. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/CreditIterator.php +0 -0
  28. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/OrderIterator.php +0 -0
  29. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Payment.php +0 -0
  30. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Payment/Ideal.php +0 -0
  31. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Payment/Paypal.php +0 -0
  32. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Payment/Sofortueberweisung.php +0 -0
  33. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/PaymentIterator.php +0 -0
  34. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/RecurPayment.php +0 -0
  35. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Refund.php +0 -0
  36. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/RefundReversal.php +0 -0
  37. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/ResponseAbstract.php +0 -0
  38. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Cancel.php +0 -0
  39. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Failure.php +0 -0
  40. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Pending.php +0 -0
  41. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success.php +0 -0
  42. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success/CreditCard.php +0 -0
  43. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success/Ideal.php +0 -0
  44. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success/PayPal.php +0 -0
  45. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success/Sofortueberweisung.php +0 -0
  46. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/ReturnFactory.php +0 -0
  47. app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/ToolkitClient.php +0 -0
  48. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Basket.php +0 -0
  49. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Basket/Item.php +0 -0
  50. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Client/ClientAbstract.php +0 -0
  51. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Client/Exception/ExceptionInterface.php +0 -0
  52. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Client/Exception/InvalidResponseException.php +0 -0
  53. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Config.php +0 -0
  54. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Config/client.config.php +0 -0
  55. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/ConsumerData.php +0 -0
  56. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/ConsumerData/Address.php +0 -0
  57. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Error.php +0 -0
  58. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/ExceptionInterface.php +0 -0
  59. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidArgumentException.php +0 -0
  60. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidFormatException.php +0 -0
  61. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidResponseException.php +0 -0
  62. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidTypeException.php +0 -0
  63. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidValueException.php +0 -0
  64. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/UnexpectedValueException.php +0 -0
  65. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Fingerprint.php +0 -0
  66. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/FingerprintOrder.php +0 -0
  67. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Module.php +1 -1
  68. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Module/ModuleAbstract.php +0 -0
  69. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Module/ModuleInterface.php +0 -0
  70. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/PaymentTypeAbstract.php +0 -0
  71. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Response/ResponseAbstract.php +0 -0
  72. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Cancel.php +0 -0
  73. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Failure.php +0 -0
  74. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Pending.php +0 -0
  75. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/ReturnAbstract.php +0 -0
  76. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success.php +0 -0
  77. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/CreditCard.php +0 -0
  78. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/Ideal.php +0 -0
  79. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/PayPal.php +0 -0
  80. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/SepaDD.php +0 -0
  81. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/Sofortueberweisung.php +0 -0
  82. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/ReturnFactoryAbstract.php +0 -0
  83. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/SerialApi.php +0 -0
  84. app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Validate/Fingerprint.php +0 -0
  85. package.xml +6 -6
  86. skin/adminhtml/default/default/images/wirecard/{wirecard-logo.png → wirecard-page-logo.png} +0 -0
app/code/community/Wirecard/CheckoutPage/Helper/Data.php CHANGED
@@ -33,7 +33,7 @@
33
  class Wirecard_CheckoutPage_Helper_Data extends Mage_Payment_Helper_Data
34
  {
35
 
36
- protected $_pluginVersion = '4.0.2';
37
  protected $_pluginName = 'Wirecard/CheckoutPage';
38
 
39
  /**
33
  class Wirecard_CheckoutPage_Helper_Data extends Mage_Payment_Helper_Data
34
  {
35
 
36
+ protected $_pluginVersion = '4.0.3';
37
  protected $_pluginName = 'Wirecard/CheckoutPage';
38
 
39
  /**
app/code/community/Wirecard/CheckoutPage/Model/Abstract.php CHANGED
@@ -53,7 +53,7 @@ abstract class Wirecard_CheckoutPage_Model_Abstract extends Mage_Payment_Model_M
53
  protected $_defaultLocale = 'en';
54
 
55
  protected $_order;
56
- protected $_pluginVersion = '4.0.2';
57
  protected $_pluginName = 'Wirecard/CheckoutPage';
58
 
59
  protected $_formBlockType = 'wirecard_checkoutpage/form';
53
  protected $_defaultLocale = 'en';
54
 
55
  protected $_order;
56
+ protected $_pluginVersion = '4.0.3';
57
  protected $_pluginName = 'Wirecard/CheckoutPage';
58
 
59
  protected $_formBlockType = 'wirecard_checkoutpage/form';
app/code/community/Wirecard/CheckoutPage/Model/Autoloader.php CHANGED
@@ -49,10 +49,11 @@ class Wirecard_CheckoutPage_Model_Autoloader extends Mage_Core_Model_Observer
49
  {
50
  // rewrite class filename, avoid conflicts with installed old plugin, which resides under WirecardCEE
51
  if (preg_match('/^WirecardCEE_/', $class)) {
52
- $class = str_replace('WirecardCEE', 'Wirecard', $class);
53
  if(defined('COMPILER_INCLUDE_PATH')) {
 
54
  $classFile = COMPILER_INCLUDE_PATH . DIRECTORY_SEPARATOR . $class . '.php';
55
  } else {
 
56
  $classFile = str_replace(' ', DIRECTORY_SEPARATOR, ucwords(str_replace('_', ' ', $class))) . '.php';
57
  }
58
  include $classFile;
49
  {
50
  // rewrite class filename, avoid conflicts with installed old plugin, which resides under WirecardCEE
51
  if (preg_match('/^WirecardCEE_/', $class)) {
 
52
  if(defined('COMPILER_INCLUDE_PATH')) {
53
+ $class = str_replace('WirecardCEE', 'Wirecard_CheckoutPage', $class);
54
  $classFile = COMPILER_INCLUDE_PATH . DIRECTORY_SEPARATOR . $class . '.php';
55
  } else {
56
+ $class = str_replace('WirecardCEE', 'Wirecard' . DIRECTORY_SEPARATOR . 'CheckoutPage', $class);
57
  $classFile = str_replace(' ', DIRECTORY_SEPARATOR, ucwords(str_replace('_', ' ', $class))) . '.php';
58
  }
59
  include $classFile;
app/code/community/Wirecard/CheckoutPage/etc/config.xml CHANGED
@@ -34,7 +34,7 @@
34
  <config>
35
  <modules>
36
  <wirecard_checkoutpage>
37
- <version>4.0.2</version>
38
  </wirecard_checkoutpage>
39
  </modules>
40
  <global>
34
  <config>
35
  <modules>
36
  <wirecard_checkoutpage>
37
+ <version>4.0.3</version>
38
  </wirecard_checkoutpage>
39
  </modules>
40
  <global>
app/code/community/Wirecard/CheckoutPage/etc/system.xml CHANGED
@@ -52,7 +52,7 @@
52
  <comment>
53
  <![CDATA[
54
  <div style="padding:10px;margin-bottom:7px;">
55
- <img src="/skin/adminhtml/default/default/images/wirecard/wirecard-logo.png" alt="Wirecard CEE" /><br /><h3>Wirecard CEE - Your Full Service Payment Provider - Comprehensive solutions from one single source</h3>Wirecard AG is one of the world's leading providers of outsourcing and white label solutions for electronic payment transactions.<br /><br /> As independent provider of payment solutions, we accompany our customers along the entire business development. Our payment solutions are perfectly tailored to suit e-Commerce requirements and have made us Austria's leading payment service provider. Customization, competence, and commitment. <br /><br /> <a href="https://www.wirecard.at/" target="_blank">www.wirecard.at</a>
56
  </div><div style="clear:both;"></div>
57
  ]]>
58
  </comment>
52
  <comment>
53
  <![CDATA[
54
  <div style="padding:10px;margin-bottom:7px;">
55
+ <img src="/skin/adminhtml/default/default/images/wirecard/wirecard-page-logo.png" alt="Wirecard CEE" /><br /><h3>Wirecard CEE - Your Full Service Payment Provider - Comprehensive solutions from one single source</h3>Wirecard AG is one of the world's leading providers of outsourcing and white label solutions for electronic payment transactions.<br /><br /> As independent provider of payment solutions, we accompany our customers along the entire business development. Our payment solutions are perfectly tailored to suit e-Commerce requirements and have made us Austria's leading payment service provider. Customization, competence, and commitment. <br /><br /> <a href="https://www.wirecard.at/" target="_blank">www.wirecard.at</a>
56
  </div><div style="clear:both;"></div>
57
  ]]>
58
  </comment>
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Config/client.config.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Config/user.config.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Error.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/BadMethodCallException.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/ExceptionInterface.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/InvalidArgumentException.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/InvalidParamLengthException.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Exception/InvalidResponseException.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/FrontendClient.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/MobileDetect.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Module.php RENAMED
@@ -24,7 +24,7 @@ class WirecardCEE_QPay_Module extends WirecardCEE_Stdlib_Module_ModuleAbstract i
24
  * @return Array
25
  */
26
  public static final function getConfig() {
27
- return include Mage::getBaseDir('code') . '/local/Wirecard/QPay/Config/user.config.php';
28
  }
29
 
30
  /**
@@ -34,6 +34,6 @@ class WirecardCEE_QPay_Module extends WirecardCEE_Stdlib_Module_ModuleAbstract i
34
  * @return Array
35
  */
36
  public static final function getClientConfig() {
37
- return include Mage::getBaseDir('code') . '/local/Wirecard/QPay/Config/client.config.php';
38
  }
39
  }
24
  * @return Array
25
  */
26
  public static final function getConfig() {
27
+ return include Mage::getBaseDir('code') . '/local/Wirecard/CheckoutPage/QPay/Config/user.config.php';
28
  }
29
 
30
  /**
34
  * @return Array
35
  */
36
  public static final function getClientConfig() {
37
+ return include Mage::getBaseDir('code') . '/local/Wirecard/CheckoutPage/QPay/Config/client.config.php';
38
  }
39
  }
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/PaymentType.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Initiation.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/ResponseAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/ApproveReversal.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Deposit.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/DepositReversal.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/FinancialObject.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/GetOrderDetails.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Credit.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/CreditIterator.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/OrderIterator.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Payment.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Payment/Ideal.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Payment/Paypal.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/Payment/Sofortueberweisung.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Order/PaymentIterator.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/RecurPayment.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/Refund.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/RefundReversal.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Response/Toolkit/ResponseAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Cancel.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Failure.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Pending.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success/CreditCard.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success/Ideal.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success/PayPal.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/Return/Success/Sofortueberweisung.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/ReturnFactory.php RENAMED
File without changes
app/code/local/Wirecard/{QPay → CheckoutPage/QPay}/ToolkitClient.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Basket.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Basket/Item.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Client/ClientAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Client/Exception/ExceptionInterface.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Client/Exception/InvalidResponseException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Config.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Config/client.config.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/ConsumerData.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/ConsumerData/Address.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Error.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/ExceptionInterface.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidArgumentException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidFormatException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidResponseException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidTypeException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/InvalidValueException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Exception/UnexpectedValueException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Fingerprint.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/FingerprintOrder.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Module.php RENAMED
@@ -24,6 +24,6 @@ class WirecardCEE_Stdlib_Module extends WirecardCEE_Stdlib_Module_ModuleAbstract
24
  * @return Array
25
  */
26
  public static final function getClientConfig() {
27
- return include Mage::getBaseDir('code') . '/local/Wirecard/Stdlib/Config/client.config.php';
28
  }
29
  }
24
  * @return Array
25
  */
26
  public static final function getClientConfig() {
27
+ return include Mage::getBaseDir('code') . '/local/Wirecard/CheckoutPage/Stdlib/Config/client.config.php';
28
  }
29
  }
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Module/ModuleAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Module/ModuleInterface.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/PaymentTypeAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Response/ResponseAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Cancel.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Failure.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Pending.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/ReturnAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/CreditCard.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/Ideal.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/PayPal.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/SepaDD.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Return/Success/Sofortueberweisung.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/ReturnFactoryAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/SerialApi.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutPage/Stdlib}/Validate/Fingerprint.php RENAMED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wirecard_checkout_page</name>
4
- <version>4.0.2</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License Version 2 (GPLv2)</license>
7
  <channel>community</channel>
@@ -18,15 +18,15 @@ Comprehensive range of effective fraud prevention tools.&#xD;
18
  PCI DSS 3 compliant, no PCI certification necessary for merchants.&#xD;
19
  Easy to add new payment methods, additional features, languages and currencies, etc.&#xD;
20
  Web interface for managing payments (approvals, cancelations, credits, etc.).&#xD;
21
- Benefit from Wirecard Bank&#xB4;s license to conclude credit card acceptance contracts (acquiring) and issue credit cards.&#xD;
22
  With Wirecard Collecting only a single contract is required for payouts within various payment methods.&#xD;
23
  Support of recurring payments (subscriptions, one-click checkout).&#xD;
24
  Our Online Guides provide technical documentation, installation and configuration instructions for the plugin as well as further information on payment methods and additional features: https://guides.wirecard.com/</description>
25
  <notes>initial release</notes>
26
  <authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
27
- <date>2016-03-02</date>
28
- <time>10:00:00</time>
29
- <contents></contents>
30
  <compatible/>
31
- <dependencies><required><php><min>5.4.0</min><max>5.6.0</max></php></required></dependencies>
32
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wirecard_checkout_page</name>
4
+ <version>4.0.3</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License Version 2 (GPLv2)</license>
7
  <channel>community</channel>
18
  PCI DSS 3 compliant, no PCI certification necessary for merchants.&#xD;
19
  Easy to add new payment methods, additional features, languages and currencies, etc.&#xD;
20
  Web interface for managing payments (approvals, cancelations, credits, etc.).&#xD;
21
+ Benefit from Wirecard Bank&amp;#xB4;s license to conclude credit card acceptance contracts (acquiring) and issue credit cards.&#xD;
22
  With Wirecard Collecting only a single contract is required for payouts within various payment methods.&#xD;
23
  Support of recurring payments (subscriptions, one-click checkout).&#xD;
24
  Our Online Guides provide technical documentation, installation and configuration instructions for the plugin as well as further information on payment methods and additional features: https://guides.wirecard.com/</description>
25
  <notes>initial release</notes>
26
  <authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
27
+ <date>2016-03-03</date>
28
+ <time>12:08:32</time>
29
+ <contents><target name="magelocal"><dir name="Wirecard"><dir name="CheckoutPage"><dir name="QPay"><dir name="Config"><file name="client.config.php" hash="2d8ae2c7268562268b49869437539b39"/><file name="user.config.php" hash="9aba4518760c5057b4c27aee5437d070"/></dir><file name="Error.php" hash="1bac016a2d8eb5b0532391a0b79b2b26"/><dir name="Exception"><file name="BadMethodCallException.php" hash="160887b984dcb0a7b734810a0acb9865"/><file name="ExceptionInterface.php" hash="47c21629fd9666fc6a7c4a97daee53d8"/><file name="InvalidArgumentException.php" hash="2106834be30e6b067f6be0c357870bf9"/><file name="InvalidParamLengthException.php" hash="ec3ef7b7ef0b50677080d9e3934ce783"/><file name="InvalidResponseException.php" hash="4d60d1e3131744c285a68fbed44ee36b"/></dir><file name="FrontendClient.php" hash="39fdc92fca8958b46bac29fcce4f0526"/><file name="MobileDetect.php" hash="e0f5c9ebfc37b7a4c87f0cda6b7578a7"/><file name="Module.php" hash="7a884d36ea7a4a7dd8aa51d7ed6eb835"/><file name="PaymentType.php" hash="ad8e956c4a2dc480551fd96dec0c64bf"/><dir name="Response"><file name="Initiation.php" hash="5507992e342c4f9ea9307a0fbb8d804e"/><file name="ResponseAbstract.php" hash="ec1780e6c1b38001ce6be6b7a2fa547c"/><dir name="Toolkit"><file name="ApproveReversal.php" hash="4f70124949576042729fb250175b4357"/><file name="Deposit.php" hash="37961cdbb0ed603239864c621e3bdaa5"/><file name="DepositReversal.php" hash="c33b525708c57d057cd9eb8a40236d10"/><file name="FinancialObject.php" hash="dacd5fe1b62429fe1a2e91b5502581d5"/><file name="GetOrderDetails.php" hash="9ccda8dac803119503b45492c129aec5"/><dir name="Order"><file name="Credit.php" hash="285c07070819f8b865aa4f146c68ff6f"/><file name="CreditIterator.php" hash="3d99a1f9e5bd3c44ea2d24f2a26b67ca"/><file name="OrderIterator.php" hash="cfa3c3cb79eaa8e997011c64a70b9f6f"/><dir name="Payment"><file name="Ideal.php" hash="abafa36ef36af8a9424c1a3242985772"/><file name="Paypal.php" hash="31fbaa7f515df611436676c787b919b5"/><file name="Sofortueberweisung.php" hash="9910b8576bafa008381cf2e23f87f206"/></dir><file name="Payment.php" hash="14198461b942817074e47d6be3ca1659"/><file name="PaymentIterator.php" hash="3d17c39c8cf63bcaa3cb46677864da38"/></dir><file name="Order.php" hash="9d4924fe2850869303fe37ee685e414d"/><file name="RecurPayment.php" hash="f89da75065bd41ede81e8b4838e44447"/><file name="Refund.php" hash="a22f95f9eb8132fd3d3e1b7556b2e87b"/><file name="RefundReversal.php" hash="af84d410c72c3100e372258327e52636"/><file name="ResponseAbstract.php" hash="7ee15043d61c0396478abd38de8ee0de"/></dir></dir><dir name="Return"><file name="Cancel.php" hash="bbc0baaa60d1b8fd0f945287c8a6fbe2"/><file name="Failure.php" hash="931c199c578277038bde18a695b7a974"/><file name="Pending.php" hash="c1e7066cddaa5e382617513d86adadc0"/><dir name="Success"><file name="CreditCard.php" hash="824a24ffa2c245885510e5ea9f4fa329"/><file name="Ideal.php" hash="99faab089152118187fe9d4281943aee"/><file name="PayPal.php" hash="67155ec6cf1d91ef3537ae124a6f90a6"/><file name="Sofortueberweisung.php" hash="13200c672a02e138792107e8557bd408"/></dir><file name="Success.php" hash="b3362da9e275e34e7c6988d53b2483f5"/></dir><file name="ReturnFactory.php" hash="7b94c3f4fe7cf8f39c768ba21ec20784"/><file name="ToolkitClient.php" hash="6c212ab657b9cbedb8f523a502db075d"/></dir><dir name="Stdlib"><dir name="Basket"><file name="Item.php" hash="b535863e55c2d967d5b026621acc5d78"/></dir><file name="Basket.php" hash="486c5e1c3b1ff69044461ec2adef7919"/><dir name="Client"><file name="ClientAbstract.php" hash="c94de8625e3979dd9cecbf8533202d30"/><dir name="Exception"><file name="ExceptionInterface.php" hash="6dcc82e8b1a8cebc44f2beedc75238e0"/><file name="InvalidResponseException.php" hash="536bf31f08afd5cc6369c64e7481229b"/></dir></dir><dir name="Config"><file name="client.config.php" hash="6c1b5d8ae26a7217bc01a3b2949fadaa"/></dir><file name="Config.php" hash="15b22dc02290a234ae6285242f729838"/><dir name="ConsumerData"><file name="Address.php" hash="47f950040ade6efa9c1ef214a01e7f75"/></dir><file name="ConsumerData.php" hash="7d73f8f4ad7f0c04e0b814d937d74d88"/><file name="Error.php" hash="f81c56c9e652593d0b51e98ccc164581"/><dir name="Exception"><file name="ExceptionInterface.php" hash="f71c9df7bfc47cabc38d6b5328a4f7b3"/><file name="InvalidArgumentException.php" hash="ea6a8b581de9099c12ceb60916801848"/><file name="InvalidFormatException.php" hash="644a4d363051410141606796d345093c"/><file name="InvalidResponseException.php" hash="0f480e0afb04b61ffe08ecab3918f704"/><file name="InvalidTypeException.php" hash="20ca47dc2c117ae9c9dfc53d908a16fc"/><file name="InvalidValueException.php" hash="887181243d2d616a92e241941bbe6a9b"/><file name="UnexpectedValueException.php" hash="5b9d2c863230b866e5752baf08b3e825"/></dir><file name="Fingerprint.php" hash="8f6d9f17560f484096a7cf49dad25180"/><file name="FingerprintOrder.php" hash="97c5a3f6a86bf4d31efab049678f9f52"/><dir name="Module"><file name="ModuleAbstract.php" hash="68b5e8bf17a22822eaa3345f3057dde6"/><file name="ModuleInterface.php" hash="dcc2a72d1fd3d7d6dba4516feae5f465"/></dir><file name="Module.php" hash="6c17e90fb00830ea9c620d790e3ab046"/><file name="PaymentTypeAbstract.php" hash="6bac438c93603d36eb2f5b64207f6023"/><dir name="Response"><file name="ResponseAbstract.php" hash="305fbdb355d147e29578e77d1d010447"/></dir><dir name="Return"><file name="Cancel.php" hash="680a7c245147651a1138486a3e5c2798"/><file name="Failure.php" hash="adaf2ef4286deb85ce9c9162dac0a257"/><file name="Pending.php" hash="cc5b081f60fd4ceba85db9a970510089"/><file name="ReturnAbstract.php" hash="f870ab18b2057e97b48a9e654f075d89"/><dir name="Success"><file name="CreditCard.php" hash="b26659339baf2644086d80a791cc6ae3"/><file name="Ideal.php" hash="922fbca5a11ea8942c9b2dc6da1ba276"/><file name="PayPal.php" hash="030e8bc696d0c7e4bfc9f2de3a288c1c"/><file name="SepaDD.php" hash="f9ba84e44c98eca9fba8018547adba1f"/><file name="Sofortueberweisung.php" hash="221354ab77f68df6f1da36560e9b4fe2"/></dir><file name="Success.php" hash="911a3b7ba3ebc53c55cde40381398646"/></dir><file name="ReturnFactoryAbstract.php" hash="8ddb1188cc471c9a1aa151e8856cd557"/><file name="SerialApi.php" hash="4ca7ea00e209393478c9f3c659aff1db"/><dir name="Validate"><file name="Fingerprint.php" hash="8cecde59090b1bb1b94f28599ee9f466"/></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Wirecard"><dir name="CheckoutPage"><dir name="Block"><dir name="Additional"><file name="Installment.php" hash="6bebc3b196857f34712062e668bf6e46"/><file name="Invoice.php" hash="68926fa85559702eb0cb7e6bc6a01a2e"/><file name="InvoiceB2b.php" hash="5052c760e901ab7f9032c0d3682d51cb"/></dir><dir name="Admin"><file name="Buttons.php" hash="c69565474fceecc9740066fb08d65d56"/><dir name="Support"><file name="Container.php" hash="60579234eb91bf70ceddeccfbf1f589c"/><dir name="Edit"><file name="Form.php" hash="587f32ccf5a3cfda4e40c49d723bde13"/></dir></dir><file name="Tabs.php" hash="eeb3fd3ae51e1a427f1675274bd9fec5"/></dir><file name="Checkout.php" hash="71f54894d2460d08956dd166329235e0"/><file name="Failure.php" hash="496ff98dcce1bc352fbe4dec3b98be9e"/><file name="Form.php" hash="bddabe7e9eb078fb13d0bada2d445bf4"/><file name="Info.php" hash="f08861f19a2de4b8f4b2fb3358b5b2f8"/><file name="Processing.php" hash="49f6c3702d741ddcd1d9e0ee6790ba74"/><file name="Return.php" hash="c18c905e833094e4f0ca3a78eed17819"/></dir><dir name="Helper"><file name="Data.php" hash="112059408a20f0420c5e0d014fbea50b"/></dir><dir name="Model"><file name="Abstract.php" hash="695878ccd271433a2ace6d2f632fd863"/><dir name="Admin"><file name="Support.php" hash="82005684297d83f522e9da5c6ca49424"/><file name="Test.php" hash="a7aaf343dfbed4037cc92c7969ac6ecb"/></dir><file name="Autoloader.php" hash="26b3dd1e2d41eb4f432453dbeadfdb61"/><file name="Bmc.php" hash="a1ab28c06108cb9d24d56ba2e7ac300c"/><file name="Cc.php" hash="9b079af5f7d29af6b97f6c1f426f3250"/><file name="CcMoto.php" hash="93e3eacd36ea5c7621d2f4da4bbf2f7d"/><file name="Ekonto.php" hash="c17e671c5bf3727a2b8906bb660e6706"/><file name="Epaybg.php" hash="abf4da078844b5aa72feabb68feb4aad"/><file name="Eps.php" hash="c3658032fe2db26bdd7c11b8d83ccbd8"/><file name="Giropay.php" hash="5c2072f44d153a555aa683f6410eecd1"/><file name="Ideal.php" hash="c0b5b102d1d996ea51efe81e4cc8c1d9"/><file name="Installment.php" hash="7d54af7440825f4ab9fffb655d867ced"/><file name="Invoice.php" hash="c311eb3b790f5be934ae59678377b269"/><file name="Invoiceb2b.php" hash="42972696936923e369a26a999ad97c69"/><file name="Moneta.php" hash="f751da5fa0e6849533733d522c3a360b"/><file name="Mpass.php" hash="f8ce77197b5c4bfc186f6fc092e77ef4"/><file name="Observer.php" hash="1be1297cf33fd0b69dbc1e5ff95ab8a3"/><file name="P24.php" hash="ad56f189a1726d9ba5dcb7c09c019f44"/><file name="Paybox.php" hash="9376d6ca5a0aa8926569448f52955661"/><file name="Paypal.php" hash="8e02ea61a4bc85109e5da4adfbfc6602"/><file name="Paysafecard.php" hash="319c1f363418edc1e02a37f5a09c07fd"/><file name="Poli.php" hash="d32814982c57c63c889741c846b499b9"/><file name="Quick.php" hash="21fbb9b59ac2f82bfae143a13bdabf53"/><file name="Select.php" hash="e81c4f7104cbe49f2d367b50e3f72ce3"/><file name="Sepadd.php" hash="4e8d5510cdd556652edd572d9ae11786"/><file name="Skrilldirect.php" hash="642888c5f05db711e59fc78cffb19862"/><file name="Skrillwallet.php" hash="7cac0e97b80bcce9ecc1d3e69b431c29"/><file name="Sofortbanking.php" hash="d941a29af0d33062b439229af8c4597d"/><dir name="System"><dir name="Config"><file name="Configurations.php" hash="0eb4cb87f538290b8c74bc68096db0ef"/><file name="InstallmentProviders.php" hash="c1e5c8fae24b887ba95547478aad94ba"/><file name="InvoiceProviders.php" hash="593f04ee559c902095e9e38841ef6db5"/><file name="Layouts.php" hash="41fd065cd409d9ad6364e22e00609354"/><dir name="Order"><file name="Status.php" hash="6e2294ea633bdbf488adbd5ce54ec028"/></dir></dir></dir><file name="Tatrapay.php" hash="7a9ef7455dc717d070c16bd44206fc88"/><file name="Trustly.php" hash="27f6b22163312f2464545f5bbfdefb3a"/><file name="Trustpay.php" hash="277a824d4b7de3f685165e0e3f7faff9"/><file name="Voucher.php" hash="de0603775010d65ed68b038a613212ca"/></dir><dir name="controllers"><dir name="Admin"><file name="WirecardcheckoutpageController.php" hash="4f38d28e9c836a04a60b21e4647b30ce"/></dir><file name="ProcessingController.php" hash="904edc9b03c4cc38e3b3bc8b24ab562e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="9031ae947faf6f0f33e8eec86e5da755"/><file name="config.xml" hash="c15dcfa9a6b6d64da06a8e6e66818bca"/><file name="system.xml" hash="fee69fa2c30514527163fe3a442c1280"/></dir><dir name="sql"><dir name="wirecard_checkoutpage_setup"><file name="mysql4-install-4.0.0.php" hash="40d179c19d29824b7214833cb01a9658"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="wirecard"><dir name="checkoutpage"><file name="info.phtml" hash="e83e6bee06dca15041c80452e0e9f661"/><dir name="pdf"><file name="info.phtml" hash="29f5fd119ed7bbb26f20e4b06cba62eb"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wirecard_checkoutpage.xml" hash="11282a9072f2f3b9378ec59056c6c016"/></dir><dir name="template"><dir name="wirecard"><dir name="checkoutpage"><dir name="additional"><file name="installment.phtml" hash="2c15842e39e193ac1123efb915368034"/><file name="invoice.phtml" hash="63c9b985c6a2797f8a1a0dc23f1e5f37"/><file name="invoiceb2b.phtml" hash="a88b7137b872814a8681f699656155c1"/></dir><file name="blank.phtml" hash="5f1953ea6d1d5f5606e1b38b175f1eb4"/><file name="checkout.phtml" hash="a0203dfbb5828a29b267c8f09d47512a"/><file name="failure.phtml" hash="1ec16553c697b0a278d9eb1cd031dc0f"/><file name="form.phtml" hash="010d5d4ea14dcce4320fe2d998b96cd3"/><file name="info.phtml" hash="bbff45e9b5ef31d649ebc698891349d1"/><file name="processing.phtml" hash="cc60ae25761fa8499616557a66610a98"/><file name="progress.phtml" hash="0918f941ddd0edbee6f94fabf6d48039"/><file name="return.phtml" hash="9e2c865be00564ea6045fe2581f88928"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wirecard_CheckoutPage.xml" hash="a7c7f5a3a75f49541a4f7d11c413f6a1"/></dir></target><target name="magelocale"><dir name="de_AT"><file name="Wirecard_CheckoutPage.csv" hash="8b42e10f3d64c22c874f5e50a11371ef"/></dir><dir name="de_DE"><file name="Wirecard_CheckoutPage.csv" hash="c2b70503ea087a9536eb4ae5f7d380c0"/></dir><dir name="en_US"><file name="Wirecard_CheckoutPage.csv" hash="d27cac6320b4b676b7214ac0217486c9"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="wirecard"><file name="wirecard-page-logo.png" hash="0293613ef3aed87917d08a431985918b"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="wirecard"><dir name="checkoutpage"><file name="bmc.png" hash="a617c758c11e8b7fb09cfd2e5da76ec2"/><file name="cc.png" hash="16c3701be716875b0fa11e0fb11447db"/><file name="ccMoto.png" hash="16c3701be716875b0fa11e0fb11447db"/><file name="ekonto.png" hash="048b08804f9d374daf2d71fd7d99835d"/><file name="epaybg.png" hash="cac29748c7cc1a4e50b599fb6dcb6c75"/><file name="eps.png" hash="bb4ec1bf4fb12fa1c9efc662c0644c5b"/><file name="giropay.png" hash="9078bd7b1c2feafa9d9e5fbf8616fa0e"/><file name="ideal.png" hash="b8b61dec6b30466811d79e8d082b8303"/><file name="installment.png" hash="03d21978555f90ebc9c5805ea1bc3944"/><file name="invoice.png" hash="73d96360a768de7c7f56a95b9ea6874c"/><file name="invoiceb2b.png" hash="73d96360a768de7c7f56a95b9ea6874c"/><file name="maestro.png" hash="3a2430c0b5cffec71d4c088e42bfaffa"/><file name="moneta.png" hash="113af6443a7e533ff4ec43e993ba2c97"/><file name="mpass.png" hash="e0d98cf54ddeafd2084ae8854f896ec5"/><file name="p24.png" hash="ca57858b58699ac2b8754b5296095725"/><file name="paybox.png" hash="b81d63e510b83aa906b9773d91c557c3"/><file name="paypal.png" hash="9b98dca5e5a1d7f1bc7f1523f1f4c583"/><file name="paysafecard.png" hash="504c584a15fa3a4ec0b6b7a453e9349e"/><file name="poli.png" hash="db4350e825e667b037fa15263aea4b2b"/><file name="quick.png" hash="b73b3a06e63916596989a953d9bd84f9"/><file name="sepadd.png" hash="ec41461e9a1d728dcebe5616617899d4"/><file name="skrilldirect.png" hash="e133217e6c6ef3c6d81dce9dc812efcd"/><file name="skrillwallet.png" hash="b4c94f413d0da39dbfda172923468d3d"/><file name="sofortbanking.png" hash="1b06a572d79dcbf3980806c54e40ce9d"/><file name="tatrapay.png" hash="77f1a064ea5770bcb206c459bd5d8d8b"/><file name="trustly.png" hash="87bf01427dce590729c29dd9beaaa609"/><file name="trustpay.png" hash="22d90dad4f8971331fae4ba120a469b1"/><file name="voucher.png" hash="611c2a89b5738d21c979af81622af061"/></dir></dir></dir></dir></dir></dir></target></contents>
30
  <compatible/>
31
+ <dependencies><required><php><min>5.4.0</min><max>5.7.0</max></php></required></dependencies>
32
  </package>
skin/adminhtml/default/default/images/wirecard/{wirecard-logo.png → wirecard-page-logo.png} RENAMED
File without changes