wirecard_checkout_seamless - Version 4.0.4

Version Notes

initial release

Download this release

Release Info

Developer WirecardCEE
Extension wirecard_checkout_seamless
Version 4.0.4
Comparing to
See all releases


Code changes from version 4.0.3.1 to 4.0.4

Files changed (99) hide show
  1. app/code/community/Wirecard/CheckoutSeamless/Helper/Data.php +1 -1
  2. app/code/community/Wirecard/CheckoutSeamless/Model/Abstract.php +1 -1
  3. app/code/community/Wirecard/CheckoutSeamless/Model/Autoloader.php +2 -1
  4. app/code/community/Wirecard/CheckoutSeamless/etc/config.xml +1 -1
  5. app/code/community/Wirecard/CheckoutSeamless/etc/system.xml +1 -1
  6. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/BackendClient.php +0 -0
  7. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Config/client.config.php +0 -0
  8. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Config/user.config.php +0 -0
  9. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Exception/ExceptionInterface.php +0 -0
  10. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Exception/InvalidArgumentException.php +0 -0
  11. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Request/Read.php +0 -0
  12. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Response/Initiation.php +0 -0
  13. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Response/Read.php +0 -0
  14. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorageClient.php +0 -0
  15. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Error.php +0 -0
  16. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/BadMethodCallException.php +0 -0
  17. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/ExceptionInterface.php +0 -0
  18. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/InvalidArgumentException.php +0 -0
  19. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/InvalidParamLengthException.php +0 -0
  20. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/InvalidResponseException.php +0 -0
  21. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/FrontendClient.php +0 -0
  22. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Module.php +2 -2
  23. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/PaymentType.php +0 -0
  24. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund.php +0 -0
  25. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund/Existing.php +0 -0
  26. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund/Moneta.php +0 -0
  27. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund/SepaCT.php +0 -0
  28. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund/SkrillWallet.php +0 -0
  29. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/ApproveReversal.php +0 -0
  30. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Deposit.php +0 -0
  31. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/DepositReversal.php +0 -0
  32. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/FinancialObject.php +0 -0
  33. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/GetFinancialInstitutions.php +0 -0
  34. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/GetOrderDetails.php +0 -0
  35. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order.php +0 -0
  36. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Credit.php +0 -0
  37. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/CreditIterator.php +0 -0
  38. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/OrderIterator.php +0 -0
  39. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Payment.php +0 -0
  40. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Payment/Ideal.php +0 -0
  41. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Payment/Paypal.php +0 -0
  42. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Payment/Sofortueberweisung.php +0 -0
  43. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/PaymentIterator.php +0 -0
  44. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/RecurPayment.php +0 -0
  45. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Refund.php +0 -0
  46. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/RefundReversal.php +0 -0
  47. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/ResponseAbstract.php +0 -0
  48. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/TransferFund.php +0 -0
  49. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Initiation.php +0 -0
  50. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/ResponseAbstract.php +0 -0
  51. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Cancel.php +0 -0
  52. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Failure.php +0 -0
  53. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Pending.php +0 -0
  54. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success.php +0 -0
  55. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/CreditCard.php +0 -0
  56. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/Ideal.php +0 -0
  57. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/PayPal.php +0 -0
  58. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/SepaDD.php +0 -0
  59. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/Sofortueberweisung.php +0 -0
  60. app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/ReturnFactory.php +0 -0
  61. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Basket.php +0 -0
  62. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Basket/Item.php +0 -0
  63. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Client/ClientAbstract.php +0 -0
  64. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Client/Exception/ExceptionInterface.php +0 -0
  65. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Client/Exception/InvalidResponseException.php +0 -0
  66. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Config.php +0 -0
  67. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Config/client.config.php +0 -0
  68. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/ConsumerData.php +0 -0
  69. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/ConsumerData/Address.php +0 -0
  70. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Error.php +0 -0
  71. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/ExceptionInterface.php +0 -0
  72. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidArgumentException.php +0 -0
  73. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidFormatException.php +0 -0
  74. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidResponseException.php +0 -0
  75. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidTypeException.php +0 -0
  76. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidValueException.php +0 -0
  77. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/UnexpectedValueException.php +0 -0
  78. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Fingerprint.php +0 -0
  79. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/FingerprintOrder.php +0 -0
  80. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Module.php +1 -1
  81. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Module/ModuleAbstract.php +0 -0
  82. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Module/ModuleInterface.php +0 -0
  83. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/PaymentTypeAbstract.php +0 -0
  84. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Response/ResponseAbstract.php +0 -0
  85. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Cancel.php +0 -0
  86. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Failure.php +0 -0
  87. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Pending.php +0 -0
  88. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/ReturnAbstract.php +0 -0
  89. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success.php +0 -0
  90. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/CreditCard.php +0 -0
  91. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/Ideal.php +0 -0
  92. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/PayPal.php +0 -0
  93. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/SepaDD.php +0 -0
  94. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/Sofortueberweisung.php +0 -0
  95. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/ReturnFactoryAbstract.php +0 -0
  96. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/SerialApi.php +0 -0
  97. app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Validate/Fingerprint.php +0 -0
  98. package.xml +19 -20
  99. skin/adminhtml/default/default/images/wirecard/{wirecard-logo.png → wirecard-seamless-logo.png} +0 -0
app/code/community/Wirecard/CheckoutSeamless/Helper/Data.php CHANGED
@@ -33,7 +33,7 @@
33
  class Wirecard_CheckoutSeamless_Helper_Data extends Mage_Payment_Helper_Data
34
  {
35
 
36
- protected $_pluginVersion = '4.0.3';
37
  protected $_pluginName = 'Wirecard/CheckoutSeamless';
38
 
39
  /**
33
  class Wirecard_CheckoutSeamless_Helper_Data extends Mage_Payment_Helper_Data
34
  {
35
 
36
+ protected $_pluginVersion = '4.0.4';
37
  protected $_pluginName = 'Wirecard/CheckoutSeamless';
38
 
39
  /**
app/code/community/Wirecard/CheckoutSeamless/Model/Abstract.php CHANGED
@@ -53,7 +53,7 @@ abstract class Wirecard_CheckoutSeamless_Model_Abstract extends Mage_Payment_Mod
53
  protected $_defaultLocale = 'en';
54
 
55
  protected $_order;
56
- protected $_pluginVersion = '4.0.3';
57
  protected $_pluginName = 'Wirecard/CheckoutSeamless';
58
 
59
  protected $_formBlockType = 'wirecard_checkoutseamless/form';
53
  protected $_defaultLocale = 'en';
54
 
55
  protected $_order;
56
+ protected $_pluginVersion = '4.0.4';
57
  protected $_pluginName = 'Wirecard/CheckoutSeamless';
58
 
59
  protected $_formBlockType = 'wirecard_checkoutseamless/form';
app/code/community/Wirecard/CheckoutSeamless/Model/Autoloader.php CHANGED
@@ -49,10 +49,11 @@ class Wirecard_CheckoutSeamless_Model_Autoloader extends Mage_Core_Model_Observe
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_CheckoutSeamless', $class);
54
  $classFile = COMPILER_INCLUDE_PATH . DIRECTORY_SEPARATOR . $class . '.php';
55
  } else {
56
+ $class = str_replace('WirecardCEE', 'Wirecard' . DIRECTORY_SEPARATOR . 'CheckoutSeamless', $class);
57
  $classFile = str_replace(' ', DIRECTORY_SEPARATOR, ucwords(str_replace('_', ' ', $class))) . '.php';
58
  }
59
  include $classFile;
app/code/community/Wirecard/CheckoutSeamless/etc/config.xml CHANGED
@@ -34,7 +34,7 @@
34
  <config>
35
  <modules>
36
  <wirecard_checkoutseamless>
37
- <version>4.0.3</version>
38
  </wirecard_checkoutseamless>
39
  </modules>
40
  <global>
34
  <config>
35
  <modules>
36
  <wirecard_checkoutseamless>
37
+ <version>4.0.4</version>
38
  </wirecard_checkoutseamless>
39
  </modules>
40
  <global>
app/code/community/Wirecard/CheckoutSeamless/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-seamless-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/{QMore → CheckoutSeamless/QMore}/BackendClient.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Config/client.config.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Config/user.config.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Exception/ExceptionInterface.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Exception/InvalidArgumentException.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Request/Read.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Response/Initiation.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorage/Response/Read.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/DataStorageClient.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Error.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/BadMethodCallException.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/ExceptionInterface.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/InvalidArgumentException.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/InvalidParamLengthException.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Exception/InvalidResponseException.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/FrontendClient.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Module.php RENAMED
@@ -24,7 +24,7 @@ class WirecardCEE_QMore_Module extends WirecardCEE_Stdlib_Module_ModuleAbstract
24
  * @return Array
25
  */
26
  public static final function getConfig() {
27
- return include Mage::getBaseDir('code') . '/local/Wirecard/QMore/Config/user.config.php';
28
  }
29
 
30
  /**
@@ -34,6 +34,6 @@ class WirecardCEE_QMore_Module extends WirecardCEE_Stdlib_Module_ModuleAbstract
34
  * @return Array
35
  */
36
  public static final function getClientConfig() {
37
- return include Mage::getBaseDir('code') . '/local/Wirecard/QMore/Config/client.config.php';
38
  }
39
  }
24
  * @return Array
25
  */
26
  public static final function getConfig() {
27
+ return include Mage::getBaseDir('code') . '/local/Wirecard/CheckoutSeamless/QMore/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/CheckoutSeamless/QMore/Config/client.config.php';
38
  }
39
  }
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/PaymentType.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund/Existing.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund/Moneta.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund/SepaCT.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Request/Backend/TransferFund/SkrillWallet.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/ApproveReversal.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Deposit.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/DepositReversal.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/FinancialObject.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/GetFinancialInstitutions.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/GetOrderDetails.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Credit.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/CreditIterator.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/OrderIterator.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Payment.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Payment/Ideal.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Payment/Paypal.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/Payment/Sofortueberweisung.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Order/PaymentIterator.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/RecurPayment.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/Refund.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/RefundReversal.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/ResponseAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Backend/TransferFund.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/Initiation.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Response/ResponseAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Cancel.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Failure.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Pending.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/CreditCard.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/Ideal.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/PayPal.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/SepaDD.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/Return/Success/Sofortueberweisung.php RENAMED
File without changes
app/code/local/Wirecard/{QMore → CheckoutSeamless/QMore}/ReturnFactory.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Basket.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Basket/Item.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Client/ClientAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Client/Exception/ExceptionInterface.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Client/Exception/InvalidResponseException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Config.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Config/client.config.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/ConsumerData.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/ConsumerData/Address.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Error.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/ExceptionInterface.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidArgumentException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidFormatException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidResponseException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidTypeException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/InvalidValueException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Exception/UnexpectedValueException.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Fingerprint.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/FingerprintOrder.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/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/CheckoutSeamless/Stdlib/Config/client.config.php';
28
  }
29
  }
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Module/ModuleAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Module/ModuleInterface.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/PaymentTypeAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Response/ResponseAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Cancel.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Failure.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Pending.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/ReturnAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/CreditCard.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/Ideal.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/PayPal.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/SepaDD.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Return/Success/Sofortueberweisung.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/ReturnFactoryAbstract.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/SerialApi.php RENAMED
File without changes
app/code/local/Wirecard/{Stdlib → CheckoutSeamless/Stdlib}/Validate/Fingerprint.php RENAMED
File without changes
package.xml CHANGED
@@ -1,33 +1,32 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wirecard_checkout_seamless</name>
4
- <version>4.0.3.1</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License Version 2 (GPLv2)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Integration of all popular payment methods seamlessly and PCI DSS compliant into your online shop.</summary>
10
- <description>Wirecard Checkout Seamless is designed to meet the ambitious demands of merchants offering a wide range of payment methods while at the same time fulfilling PCI DSS compliance. The interface is integrated seamlessly into the online shop and allows a customized configuration of the payment process (cross-selling and up-selling) based on your business. &amp;#xD;&#xD;
11
- Wirecard Checkout Seamless offers:&amp;#xD;&#xD;
12
- National and international payment methods: credit cards, debit cards, online banking payments, mobile payment solutions and alternative payment methods.&amp;#xD;&#xD;
13
- One interface for all payment methods.&amp;#xD;&#xD;
14
- More than 120 currencies.&amp;#xD;&#xD;
15
- Input fields for payment data are directly integrated into the online shop (seamlessly integrated interface).&amp;#xD;&#xD;
16
- Fields can be embedded in any existing form.&amp;#xD;&#xD;
17
- Suitable for cross-selling and up-selling: items and services may be added to the shopping basket also after entering the payment data.&amp;#xD;&#xD;
18
- Comprehensive range of effective fraud prevention tools.&amp;#xD;&#xD;
19
- PCI DSS 3 SAQ A or SAQ A-EP compliant.&amp;#xD;&#xD;
20
- Easy to add new payment methods, additional features, languages and currencies, etc.&amp;#xD;&#xD;
21
- Web interface for managing payments (approvals, cancelations, credits, etc.).&amp;#xD;&#xD;
22
- Benefit from Wirecard Bank&amp;#xB4;s license to conclude credit card acceptance contracts (acquiring) and issue credit cards.&amp;#xD;&#xD;
23
- With Wirecard Collecting only a single contract is required for payouts within various payment methods.&amp;#xD;&#xD;
24
- Support of recurring payments (subscriptions, one-click checkout).&amp;#xD;&#xD;
25
- 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.at/</description>
26
  <notes>initial release</notes>
27
  <authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
28
- <date>2016-03-02</date>
29
- <time>15:29:45</time>
30
- <contents><target name="magecommunity"><dir name="Wirecard"><dir name="CheckoutSeamless"><dir name="Block"><dir name="Additional"><file name="Installment.php" hash="f498a996d77f9c91689ecc09c5e33b26"/><file name="Invoice.php" hash="23db2e02102a347d59056ea5e1d621c0"/><file name="InvoiceB2b.php" hash="515b327b8c79a2b606e48ee6773060a4"/></dir><dir name="Admin"><file name="Buttons.php" hash="9f5f927447109b31188101ce0fd79474"/><dir name="Support"><file name="Container.php" hash="1c5dd43a4f1d750e76a30bb707a8b884"/><dir name="Edit"><file name="Form.php" hash="e77fcc142e75ab4bfd69366f914fc0b1"/></dir></dir><file name="Tabs.php" hash="b731e19484cfb103b507ba764c289497"/></dir><file name="Checkout.php" hash="a00723abc1ae14656079f2396e97c506"/><file name="Failure.php" hash="02b6074372567a421c04dbc370f8521f"/><file name="Form.php" hash="3b6915a825d71670f23c86f40c9a687f"/><file name="Info.php" hash="cf34108ecbe27231d0efd4149cb28b66"/><file name="Processing.php" hash="bcd8b1be098d4d1289fd0819d0595d88"/><file name="Return.php" hash="1af0e4ca9e4103c73036a10e0a5f6d07"/><dir name="Seamless"><file name="Abstract.php" hash="e304e94675e49f6d84382a7bff809c78"/><file name="Base.php" hash="4d32290ccfa055030a098c8be478051a"/><file name="Cc.php" hash="b9411ae6acd5b21efba15431e4d4b7c1"/><file name="Eps.php" hash="82316446e85e77da3d174f648f86b35b"/><file name="Giropay.php" hash="bcede58c74dc50d987b028b582150e62"/><file name="Ideal.php" hash="ab926a15d9fef52b79a0f77fb8b4fc5d"/><file name="Paybox.php" hash="ca13c220519cde4823be4264894ab867"/><file name="Script.php" hash="056b4ff1f2b201e80a0d6d20153b92ef"/><file name="SepaDd.php" hash="142fcc432dcfddba8988c52ace154699"/><file name="Trustpay.php" hash="51150bb35f74f20e529ceffe5baaec6e"/><file name="Voucher.php" hash="ad100c18990817870bb528d644db9067"/></dir></dir><dir name="Helper"><file name="Data.php" hash="0e606495207970bc486ebb212b660099"/></dir><dir name="Model"><file name="Abstract.php" hash="a3dfe4bd6bc296a935804cb880909746"/><dir name="Admin"><file name="Support.php" hash="641c35bb5858c859afcc38d88802a5d9"/><file name="Test.php" hash="ab374779963b9c107df87171c491f4da"/></dir><file name="Autoloader.php" hash="69220fd8645887e3812c090ccef70e0e"/><file name="Bmc.php" hash="5aa20f4136df6e139321d1d61f5827dc"/><file name="Cc.php" hash="9dd6b003df89cc9efff85eb567e8d955"/><file name="CcMoto.php" hash="64cb97ea35e47a0591052c2acbfaa638"/><file name="Ekonto.php" hash="da238cccccf236ceafc60aef6fa3da80"/><file name="Epaybg.php" hash="244c1da3017e07edba600150bcd7f1e6"/><file name="Eps.php" hash="a6d9c5600e11185e20ad6f53f53e0a58"/><file name="Giropay.php" hash="1131bb8dd75f2000029b420c7325ed41"/><file name="Ideal.php" hash="a8696b05091e3e8d74a7e21165c53de3"/><file name="Installment.php" hash="49918ca6bd3d6e7b88a1d59bdd7dc0ea"/><file name="Invoice.php" hash="67b6e01e9e0368762562258b7823f2f8"/><file name="Invoiceb2b.php" hash="7fd9080d2060c55c97cbccb74b44966e"/><file name="Moneta.php" hash="4275252339dba5ab982b0d8d6313fe2b"/><file name="Mpass.php" hash="2f606f900012b8e659c230e7ce7ef126"/><file name="Observer.php" hash="155007ee335aa29f5636c60d5fd5be9b"/><file name="P24.php" hash="b4e3ddee19736b184a18c09294f7fb13"/><file name="Paybox.php" hash="355f845aebea7dd20b54df7ae7269006"/><file name="Paypal.php" hash="f6c50476ee45d7e20d64f9a5a92a1d42"/><file name="Paysafecard.php" hash="63ea9473f78d4b72e7165257aa60fc8a"/><file name="Poli.php" hash="6f384c28077974802a7bc9d273b638fb"/><file name="Quick.php" hash="f56e7bef2e2bc48eb8bb8e6504ad4b27"/><file name="Sepadd.php" hash="461585d8d92f23b513936f00c2ab7244"/><file name="Skrilldirect.php" hash="f32f04301b9eed4c3e87774cf603d782"/><file name="Skrillwallet.php" hash="0bb8cd87bfc79132a4a2402c273c79a6"/><file name="Sofortbanking.php" hash="467485ccebf54e7af9e909b3414fabb7"/><dir name="System"><dir name="Config"><file name="Configurations.php" hash="6486df28a4a950bdf65022c4da803c28"/><file name="InstallmentProviders.php" hash="d9320c9e3033ac34516da52c6d9b6672"/><file name="InvoiceProviders.php" hash="705b158edbe85d59b35407f999e183fb"/><dir name="Order"><file name="Status.php" hash="79c52e838b4b3997e315c22470a2e116"/></dir></dir></dir><file name="Tatrapay.php" hash="d45d2eb2dcfb593a70851eeb296fad13"/><file name="Trustly.php" hash="fb8fdd9ed1f5249d21cea5184dc96bc3"/><file name="Trustpay.php" hash="28b1a1d9e53e6bf0c64e2727ec370622"/><file name="Voucher.php" hash="0eb1403b46bf9c5457e4e5cae8f4c73e"/></dir><dir name="controllers"><dir name="Admin"><file name="WirecardcheckoutseamlessController.php" hash="297a29b58667d5dcc2b5128b4edc669c"/></dir><file name="ProcessingController.php" hash="4b0bea74a41543e3aa6c77ae55213d0c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0c7586f67433d8284069decbd307d50c"/><file name="config.xml" hash="15db84c86edd9708cd7ff22bf8374078"/><file name="system.xml" hash="98c35321d0cde3db2ea2b1cf273a59e4"/></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="magelocal"><dir name="Wirecard"><dir name="QMore"><file name="BackendClient.php" hash="7d296f935cd4322cfff2800b4ca8e1a9"/><dir name="Config"><file name="client.config.php" hash="ba1b55aa14a6b98018807942caf8087e"/><file name="user.config.php" hash="055916f8cec7420b6b63bf02ab9e37cc"/></dir><dir name="DataStorage"><dir name="Exception"><file name="ExceptionInterface.php" hash="b18dea09098594d9c601b9bb5c7dfd20"/><file name="InvalidArgumentException.php" hash="0991d5f4321a50f2763ce5dc742a3d2e"/></dir><dir name="Request"><file name="Read.php" hash="63b5cbba3a560157577e03251194b346"/></dir><dir name="Response"><file name="Initiation.php" hash="fc082d65db6f9160f6f175c6c751ff29"/><file name="Read.php" hash="11a39eb18d4a80207100438c7779ad1d"/></dir></dir><file name="DataStorageClient.php" hash="04371eab3c51d8d53a5bd9320eee0fbc"/><file name="Error.php" hash="51dcac678e19aac007896b26b16a4726"/><dir name="Exception"><file name="BadMethodCallException.php" hash="9391097798ed8546978455fc032c9c7d"/><file name="ExceptionInterface.php" hash="90d542f247323cff0c594978a13495aa"/><file name="InvalidArgumentException.php" hash="32343c8282b0b79c34f09654eb8d58be"/><file name="InvalidParamLengthException.php" hash="c5982d0384b3126f4f6c661372b7eaab"/><file name="InvalidResponseException.php" hash="e1728d5d0e0bccb52561f5b8e8ae5dd9"/></dir><file name="FrontendClient.php" hash="f496ca6612da59d3f1b2d7fd6d1598e6"/><file name="Module.php" hash="972e02d8b408789b7d56e2feaa9e3e6d"/><file name="PaymentType.php" hash="6c7f2440f7c01e3529c437430070a739"/><dir name="Request"><dir name="Backend"><dir name="TransferFund"><file name="Existing.php" hash="746faed90f7e7311e2508543983c10bb"/><file name="Moneta.php" hash="14e936948c8cd23b4360b250b9ba3acf"/><file name="SepaCT.php" hash="23ae63f7f35dbae0d3cd6abbb2412e27"/><file name="SkrillWallet.php" hash="431055fb94d1d5cc5b4cff562f3aebf0"/></dir><file name="TransferFund.php" hash="4cc8fa1bd35a2bcb364eb47ae1454e41"/></dir></dir><dir name="Response"><dir name="Backend"><file name="ApproveReversal.php" hash="f28c92900188e5e46c4fc14c926198ab"/><file name="Deposit.php" hash="262c5a277afd33ee2dd3fdb021fa4d60"/><file name="DepositReversal.php" hash="002cef35fa2d3ae1fc8f56e4e4f96351"/><file name="FinancialObject.php" hash="85d5e26520c1375a93cbf06dfecc7f7a"/><file name="GetFinancialInstitutions.php" hash="112fae2cc8a4d05a53a88ecbf6b2e438"/><file name="GetOrderDetails.php" hash="dc0cb1fbfec60aa4186cef38e8f784c0"/><dir name="Order"><file name="Credit.php" hash="4016c1ee14b8642eb374c932bd498922"/><file name="CreditIterator.php" hash="e4ee1ed9bcdcb6df8c753fbddae00ef6"/><file name="OrderIterator.php" hash="c0bf1da7b3a745bdc28f64bff750bc81"/><dir name="Payment"><file name="Ideal.php" hash="e51ee9d45b0001048d0e7e0475a3b2c2"/><file name="Paypal.php" hash="194cbca33f6b658805e54d28694cfeb3"/><file name="Sofortueberweisung.php" hash="6bc1ae33ca3afda54ce9e419fe392664"/></dir><file name="Payment.php" hash="ce1a6766179563e6787feeedc8d1abcf"/><file name="PaymentIterator.php" hash="732f001abce09e82ee57b3f1de196296"/></dir><file name="Order.php" hash="6df69f1a462f11281af653824eb5e2a8"/><file name="RecurPayment.php" hash="e738fb6201f2429bac99f593173527ef"/><file name="Refund.php" hash="6731608e11219099bb36f2b8888521eb"/><file name="RefundReversal.php" hash="524cbe0470facc8703d4d6b47a4606d5"/><file name="ResponseAbstract.php" hash="c631e1807593e0ff49b4cc193a970faa"/><file name="TransferFund.php" hash="39cf942b549a72ea2f90d262792f82b9"/></dir><file name="Initiation.php" hash="ade3d452872340422d4080646055af7a"/><file name="ResponseAbstract.php" hash="98dacc18a1862299c63b9dcb8e0a525f"/></dir><dir name="Return"><file name="Cancel.php" hash="dc629f5a83d4857a92643cd899b50a25"/><file name="Failure.php" hash="ea0e95c926f93e8ba6b5313d4e131779"/><file name="Pending.php" hash="b28fb75f668b95a2feabfcd424c1cfbf"/><dir name="Success"><file name="CreditCard.php" hash="e7e73a8509aab87bad163215020a4f02"/><file name="Ideal.php" hash="19cf7e799ff8e080c1cfd9b7fc3524ec"/><file name="PayPal.php" hash="b2e59fefe556db2726d1153c76479e62"/><file name="SepaDD.php" hash="ec6669fb239f55a6474610864354935a"/><file name="Sofortueberweisung.php" hash="f3268a4101141b1b3e9a1b13f15d5569"/></dir><file name="Success.php" hash="65a65882e48277a71f74c8a35ebafdda"/></dir><file name="ReturnFactory.php" hash="c5dd579bdb7d474a8d11857711c1c5ec"/></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="bf41afe908cce2334e4216adbd195146"/><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></target><target name="mageweb"><dir name="js"><dir name="wirecard"><dir name="checkoutseamless"><file name="processing.js" hash="5276537aefda33041fd7c92a975a2097"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wirecard_CheckoutSeamless.xml" hash="942707edf5b4a96d2c1055c3f785ad42"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="wirecard"><file name="wirecard-logo.png" hash="0293613ef3aed87917d08a431985918b"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="wirecard"><dir name="checkoutseamless"><file name="seamlessiframe.css" hash="ffeaa6d3fa175fdb162a5ec1c8c3aec4"/><file name="stylesheet.css" hash="01b11a21d0f7769747c0e8d89a7d0d81"/></dir></dir></dir><dir name="images"><dir name="wirecard"><dir name="checkoutseamless"><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><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="wirecard"><dir name="checkoutseamless"><file name="info.phtml" hash="1b1c25ef9a7b30d3d7f34ac59a0816e7"/><dir name="pdf"><file name="info.phtml" hash="b7350e06092c0797856b3df60f6a5dd2"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="wirecard"><dir name="checkoutseamless"><dir name="additional"><file name="installment.phtml" hash="9124a5bba67eeaa2304a7f6d081cb519"/><file name="invoice.phtml" hash="c7b089211ff508ab6115884b909d1bcc"/><file name="invoiceb2b.phtml" hash="b84db1b299307ba51bf56b6061e62556"/></dir><file name="blank.phtml" hash="5f1953ea6d1d5f5606e1b38b175f1eb4"/><file name="checkout.phtml" hash="8678dbd73c38d91a33d2a04dd9f2634b"/><file name="failure.phtml" hash="a368fad9af4c0e436d06e3b618d54dcc"/><file name="form.phtml" hash="87bcbefb0d348640e08b12f5979c4b77"/><file name="info.phtml" hash="b4ef6dd77b6ba19899d91dc2ffbe02a3"/><file name="processing.phtml" hash="c12223ecee341bc5fe1a1012e56f5a40"/><file name="progress.phtml" hash="0918f941ddd0edbee6f94fabf6d48039"/><file name="return.phtml" hash="1d2bd108d7b5a3450c368420949a480b"/><dir name="seamless"><file name="cc-nopci.phtml" hash="b849676b59ddf84c0bad223357bf4495"/><file name="cc.phtml" hash="e2a315ffb3a5a6c02e7e5d09c9a5921e"/><file name="eps.phtml" hash="e1e0fdcc42a0772afc6d60c6ac3ec03e"/><file name="giropay.phtml" hash="bea6384df096ec4c1218bb86d760ebec"/><file name="ideal.phtml" hash="e1e0fdcc42a0772afc6d60c6ac3ec03e"/><file name="paybox.phtml" hash="35f7677a62a63e951ec371250ddc44dc"/><file name="script.phtml" hash="bd65a8901464c72362ad215a6c054b64"/><file name="sepadd.phtml" hash="2f77c70884238904f6542079a40aab9d"/><file name="storereturn.phtml" hash="0fa8645c5e06d385de8962f6aa3222f7"/><file name="trustpay.phtml" hash="727507215d42cef2834cbea23d825622"/><file name="voucher.phtml" hash="537e1d5837fa4ba577abb5f62199f61c"/></dir></dir></dir></dir><dir name="layout"><file name="wirecard_checkoutseamless.xml" hash="432b8e63a8a9ea1b078648298a8b1d91"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_AT"><file name="Wirecard_CheckoutSeamless.csv" hash="e5e43bc8191f953dfeaa26a708f5a5c1"/></dir><dir name="en_US"><file name="Wirecard_CheckoutSeamless.csv" hash="443198a87942dcb4fd9dce1f6632cf6e"/></dir><dir name="de_DE"><file name="Wirecard_CheckoutSeamless.csv" hash="e5e43bc8191f953dfeaa26a708f5a5c1"/></dir></target></contents>
31
  <compatible/>
32
  <dependencies><required><php><min>5.4.0</min><max>5.7.0</max></php></required></dependencies>
33
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wirecard_checkout_seamless</name>
4
+ <version>4.0.4</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License Version 2 (GPLv2)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Integration of all popular payment methods seamlessly and PCI DSS compliant into your online shop.</summary>
10
+ <description>Wirecard Checkout Seamless is designed to meet the ambitious demands of merchants offering a wide range of payment methods while at the same time fulfilling PCI DSS compliance. The interface is integrated seamlessly into the online shop and allows a customized configuration of the payment process (cross-selling and up-selling) based on your business.&#xD;
11
+ National and international payment methods: credit cards, debit cards, online banking payments, mobile payment solutions and alternative payment methods.&#xD;
12
+ One interface for all payment methods.&#xD;
13
+ More than 120 currencies.&#xD;
14
+ Input fields for payment data are directly integrated into the online shop (seamlessly integrated interface).&#xD;
15
+ Fields can be embedded in any existing form.&#xD;
16
+ Suitable for cross-selling and up-selling: items and services may be added to the shopping basket also after entering the payment data.&#xD;
17
+ Comprehensive range of effective fraud prevention tools.&#xD;
18
+ PCI DSS 3 SAQ A or SAQ A-EP compliant.&#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'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://integration.wirecard.at/</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:35:47</time>
29
+ <contents><target name="magelocal"><dir name="Wirecard"><dir name="CheckoutSeamless"><dir name="QMore"><file name="BackendClient.php" hash="7d296f935cd4322cfff2800b4ca8e1a9"/><dir name="Config"><file name="client.config.php" hash="ba1b55aa14a6b98018807942caf8087e"/><file name="user.config.php" hash="055916f8cec7420b6b63bf02ab9e37cc"/></dir><dir name="DataStorage"><dir name="Exception"><file name="ExceptionInterface.php" hash="b18dea09098594d9c601b9bb5c7dfd20"/><file name="InvalidArgumentException.php" hash="0991d5f4321a50f2763ce5dc742a3d2e"/></dir><dir name="Request"><file name="Read.php" hash="63b5cbba3a560157577e03251194b346"/></dir><dir name="Response"><file name="Initiation.php" hash="fc082d65db6f9160f6f175c6c751ff29"/><file name="Read.php" hash="11a39eb18d4a80207100438c7779ad1d"/></dir></dir><file name="DataStorageClient.php" hash="04371eab3c51d8d53a5bd9320eee0fbc"/><file name="Error.php" hash="51dcac678e19aac007896b26b16a4726"/><dir name="Exception"><file name="BadMethodCallException.php" hash="9391097798ed8546978455fc032c9c7d"/><file name="ExceptionInterface.php" hash="90d542f247323cff0c594978a13495aa"/><file name="InvalidArgumentException.php" hash="32343c8282b0b79c34f09654eb8d58be"/><file name="InvalidParamLengthException.php" hash="c5982d0384b3126f4f6c661372b7eaab"/><file name="InvalidResponseException.php" hash="e1728d5d0e0bccb52561f5b8e8ae5dd9"/></dir><file name="FrontendClient.php" hash="f496ca6612da59d3f1b2d7fd6d1598e6"/><file name="Module.php" hash="645cff22469b89ea55aa8fa7a476a370"/><file name="PaymentType.php" hash="6c7f2440f7c01e3529c437430070a739"/><dir name="Request"><dir name="Backend"><dir name="TransferFund"><file name="Existing.php" hash="746faed90f7e7311e2508543983c10bb"/><file name="Moneta.php" hash="14e936948c8cd23b4360b250b9ba3acf"/><file name="SepaCT.php" hash="23ae63f7f35dbae0d3cd6abbb2412e27"/><file name="SkrillWallet.php" hash="431055fb94d1d5cc5b4cff562f3aebf0"/></dir><file name="TransferFund.php" hash="4cc8fa1bd35a2bcb364eb47ae1454e41"/></dir></dir><dir name="Response"><dir name="Backend"><file name="ApproveReversal.php" hash="f28c92900188e5e46c4fc14c926198ab"/><file name="Deposit.php" hash="262c5a277afd33ee2dd3fdb021fa4d60"/><file name="DepositReversal.php" hash="002cef35fa2d3ae1fc8f56e4e4f96351"/><file name="FinancialObject.php" hash="85d5e26520c1375a93cbf06dfecc7f7a"/><file name="GetFinancialInstitutions.php" hash="112fae2cc8a4d05a53a88ecbf6b2e438"/><file name="GetOrderDetails.php" hash="dc0cb1fbfec60aa4186cef38e8f784c0"/><dir name="Order"><file name="Credit.php" hash="4016c1ee14b8642eb374c932bd498922"/><file name="CreditIterator.php" hash="e4ee1ed9bcdcb6df8c753fbddae00ef6"/><file name="OrderIterator.php" hash="c0bf1da7b3a745bdc28f64bff750bc81"/><dir name="Payment"><file name="Ideal.php" hash="e51ee9d45b0001048d0e7e0475a3b2c2"/><file name="Paypal.php" hash="194cbca33f6b658805e54d28694cfeb3"/><file name="Sofortueberweisung.php" hash="6bc1ae33ca3afda54ce9e419fe392664"/></dir><file name="Payment.php" hash="ce1a6766179563e6787feeedc8d1abcf"/><file name="PaymentIterator.php" hash="732f001abce09e82ee57b3f1de196296"/></dir><file name="Order.php" hash="6df69f1a462f11281af653824eb5e2a8"/><file name="RecurPayment.php" hash="e738fb6201f2429bac99f593173527ef"/><file name="Refund.php" hash="6731608e11219099bb36f2b8888521eb"/><file name="RefundReversal.php" hash="524cbe0470facc8703d4d6b47a4606d5"/><file name="ResponseAbstract.php" hash="c631e1807593e0ff49b4cc193a970faa"/><file name="TransferFund.php" hash="39cf942b549a72ea2f90d262792f82b9"/></dir><file name="Initiation.php" hash="ade3d452872340422d4080646055af7a"/><file name="ResponseAbstract.php" hash="98dacc18a1862299c63b9dcb8e0a525f"/></dir><dir name="Return"><file name="Cancel.php" hash="dc629f5a83d4857a92643cd899b50a25"/><file name="Failure.php" hash="ea0e95c926f93e8ba6b5313d4e131779"/><file name="Pending.php" hash="b28fb75f668b95a2feabfcd424c1cfbf"/><dir name="Success"><file name="CreditCard.php" hash="e7e73a8509aab87bad163215020a4f02"/><file name="Ideal.php" hash="19cf7e799ff8e080c1cfd9b7fc3524ec"/><file name="PayPal.php" hash="b2e59fefe556db2726d1153c76479e62"/><file name="SepaDD.php" hash="ec6669fb239f55a6474610864354935a"/><file name="Sofortueberweisung.php" hash="f3268a4101141b1b3e9a1b13f15d5569"/></dir><file name="Success.php" hash="65a65882e48277a71f74c8a35ebafdda"/></dir><file name="ReturnFactory.php" hash="c5dd579bdb7d474a8d11857711c1c5ec"/></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="87feaf0df0017c4f1a117c41bce3b184"/><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="CheckoutSeamless"><dir name="Block"><dir name="Additional"><file name="Installment.php" hash="f498a996d77f9c91689ecc09c5e33b26"/><file name="Invoice.php" hash="23db2e02102a347d59056ea5e1d621c0"/><file name="InvoiceB2b.php" hash="515b327b8c79a2b606e48ee6773060a4"/></dir><dir name="Admin"><file name="Buttons.php" hash="9f5f927447109b31188101ce0fd79474"/><dir name="Support"><file name="Container.php" hash="1c5dd43a4f1d750e76a30bb707a8b884"/><dir name="Edit"><file name="Form.php" hash="e77fcc142e75ab4bfd69366f914fc0b1"/></dir></dir><file name="Tabs.php" hash="b731e19484cfb103b507ba764c289497"/></dir><file name="Checkout.php" hash="a00723abc1ae14656079f2396e97c506"/><file name="Failure.php" hash="02b6074372567a421c04dbc370f8521f"/><file name="Form.php" hash="3b6915a825d71670f23c86f40c9a687f"/><file name="Info.php" hash="cf34108ecbe27231d0efd4149cb28b66"/><file name="Processing.php" hash="bcd8b1be098d4d1289fd0819d0595d88"/><file name="Return.php" hash="1af0e4ca9e4103c73036a10e0a5f6d07"/><dir name="Seamless"><file name="Abstract.php" hash="e304e94675e49f6d84382a7bff809c78"/><file name="Base.php" hash="4d32290ccfa055030a098c8be478051a"/><file name="Cc.php" hash="b9411ae6acd5b21efba15431e4d4b7c1"/><file name="Eps.php" hash="82316446e85e77da3d174f648f86b35b"/><file name="Giropay.php" hash="bcede58c74dc50d987b028b582150e62"/><file name="Ideal.php" hash="ab926a15d9fef52b79a0f77fb8b4fc5d"/><file name="Paybox.php" hash="ca13c220519cde4823be4264894ab867"/><file name="Script.php" hash="056b4ff1f2b201e80a0d6d20153b92ef"/><file name="SepaDd.php" hash="142fcc432dcfddba8988c52ace154699"/><file name="Trustpay.php" hash="51150bb35f74f20e529ceffe5baaec6e"/><file name="Voucher.php" hash="ad100c18990817870bb528d644db9067"/></dir></dir><dir name="Helper"><file name="Data.php" hash="d6ec43795ca881113adcec4bbb55ca52"/></dir><dir name="Model"><file name="Abstract.php" hash="b6ebb1931a119af47a474bf828c8eb50"/><dir name="Admin"><file name="Support.php" hash="641c35bb5858c859afcc38d88802a5d9"/><file name="Test.php" hash="ab374779963b9c107df87171c491f4da"/></dir><file name="Autoloader.php" hash="02bc0459564ca1240b7fc2ebbb1e4818"/><file name="Bmc.php" hash="5aa20f4136df6e139321d1d61f5827dc"/><file name="Cc.php" hash="9dd6b003df89cc9efff85eb567e8d955"/><file name="CcMoto.php" hash="64cb97ea35e47a0591052c2acbfaa638"/><file name="Ekonto.php" hash="da238cccccf236ceafc60aef6fa3da80"/><file name="Epaybg.php" hash="244c1da3017e07edba600150bcd7f1e6"/><file name="Eps.php" hash="a6d9c5600e11185e20ad6f53f53e0a58"/><file name="Giropay.php" hash="1131bb8dd75f2000029b420c7325ed41"/><file name="Ideal.php" hash="a8696b05091e3e8d74a7e21165c53de3"/><file name="Installment.php" hash="49918ca6bd3d6e7b88a1d59bdd7dc0ea"/><file name="Invoice.php" hash="67b6e01e9e0368762562258b7823f2f8"/><file name="Invoiceb2b.php" hash="7fd9080d2060c55c97cbccb74b44966e"/><file name="Moneta.php" hash="4275252339dba5ab982b0d8d6313fe2b"/><file name="Mpass.php" hash="2f606f900012b8e659c230e7ce7ef126"/><file name="Observer.php" hash="155007ee335aa29f5636c60d5fd5be9b"/><file name="P24.php" hash="b4e3ddee19736b184a18c09294f7fb13"/><file name="Paybox.php" hash="355f845aebea7dd20b54df7ae7269006"/><file name="Paypal.php" hash="f6c50476ee45d7e20d64f9a5a92a1d42"/><file name="Paysafecard.php" hash="63ea9473f78d4b72e7165257aa60fc8a"/><file name="Poli.php" hash="6f384c28077974802a7bc9d273b638fb"/><file name="Quick.php" hash="f56e7bef2e2bc48eb8bb8e6504ad4b27"/><file name="Sepadd.php" hash="461585d8d92f23b513936f00c2ab7244"/><file name="Skrilldirect.php" hash="f32f04301b9eed4c3e87774cf603d782"/><file name="Skrillwallet.php" hash="0bb8cd87bfc79132a4a2402c273c79a6"/><file name="Sofortbanking.php" hash="467485ccebf54e7af9e909b3414fabb7"/><dir name="System"><dir name="Config"><file name="Configurations.php" hash="6486df28a4a950bdf65022c4da803c28"/><file name="InstallmentProviders.php" hash="d9320c9e3033ac34516da52c6d9b6672"/><file name="InvoiceProviders.php" hash="705b158edbe85d59b35407f999e183fb"/><dir name="Order"><file name="Status.php" hash="79c52e838b4b3997e315c22470a2e116"/></dir></dir></dir><file name="Tatrapay.php" hash="d45d2eb2dcfb593a70851eeb296fad13"/><file name="Trustly.php" hash="fb8fdd9ed1f5249d21cea5184dc96bc3"/><file name="Trustpay.php" hash="28b1a1d9e53e6bf0c64e2727ec370622"/><file name="Voucher.php" hash="0eb1403b46bf9c5457e4e5cae8f4c73e"/></dir><dir name="controllers"><dir name="Admin"><file name="WirecardcheckoutseamlessController.php" hash="297a29b58667d5dcc2b5128b4edc669c"/></dir><file name="ProcessingController.php" hash="4b0bea74a41543e3aa6c77ae55213d0c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0c7586f67433d8284069decbd307d50c"/><file name="config.xml" hash="a2361cf868fc611d8f594862b26dd66f"/><file name="system.xml" hash="1d5497fdd948c1ef70144546a334b51e"/></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="checkoutseamless"><file name="info.phtml" hash="1b1c25ef9a7b30d3d7f34ac59a0816e7"/><dir name="pdf"><file name="info.phtml" hash="b7350e06092c0797856b3df60f6a5dd2"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wirecard_checkoutseamless.xml" hash="432b8e63a8a9ea1b078648298a8b1d91"/></dir><dir name="template"><dir name="wirecard"><dir name="checkoutseamless"><dir name="additional"><file name="installment.phtml" hash="9124a5bba67eeaa2304a7f6d081cb519"/><file name="invoice.phtml" hash="c7b089211ff508ab6115884b909d1bcc"/><file name="invoiceb2b.phtml" hash="b84db1b299307ba51bf56b6061e62556"/></dir><file name="blank.phtml" hash="5f1953ea6d1d5f5606e1b38b175f1eb4"/><file name="checkout.phtml" hash="8678dbd73c38d91a33d2a04dd9f2634b"/><file name="failure.phtml" hash="a368fad9af4c0e436d06e3b618d54dcc"/><file name="form.phtml" hash="87bcbefb0d348640e08b12f5979c4b77"/><file name="info.phtml" hash="b4ef6dd77b6ba19899d91dc2ffbe02a3"/><file name="processing.phtml" hash="c12223ecee341bc5fe1a1012e56f5a40"/><file name="progress.phtml" hash="0918f941ddd0edbee6f94fabf6d48039"/><file name="return.phtml" hash="1d2bd108d7b5a3450c368420949a480b"/><dir name="seamless"><file name="cc-nopci.phtml" hash="b849676b59ddf84c0bad223357bf4495"/><file name="cc.phtml" hash="e2a315ffb3a5a6c02e7e5d09c9a5921e"/><file name="eps.phtml" hash="e1e0fdcc42a0772afc6d60c6ac3ec03e"/><file name="giropay.phtml" hash="bea6384df096ec4c1218bb86d760ebec"/><file name="ideal.phtml" hash="e1e0fdcc42a0772afc6d60c6ac3ec03e"/><file name="paybox.phtml" hash="35f7677a62a63e951ec371250ddc44dc"/><file name="script.phtml" hash="bd65a8901464c72362ad215a6c054b64"/><file name="sepadd.phtml" hash="2f77c70884238904f6542079a40aab9d"/><file name="storereturn.phtml" hash="0fa8645c5e06d385de8962f6aa3222f7"/><file name="trustpay.phtml" hash="727507215d42cef2834cbea23d825622"/><file name="voucher.phtml" hash="537e1d5837fa4ba577abb5f62199f61c"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wirecard_CheckoutSeamless.xml" hash="942707edf5b4a96d2c1055c3f785ad42"/></dir></target><target name="magelocale"><dir name="de_AT"><file name="Wirecard_CheckoutSeamless.csv" hash="e5e43bc8191f953dfeaa26a708f5a5c1"/></dir><dir name="de_DE"><file name="Wirecard_CheckoutSeamless.csv" hash="e5e43bc8191f953dfeaa26a708f5a5c1"/></dir><dir name="en_US"><file name="Wirecard_CheckoutSeamless.csv" hash="443198a87942dcb4fd9dce1f6632cf6e"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="wirecard"><file name="wirecard-seamless-logo.png" hash="0293613ef3aed87917d08a431985918b"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="wirecard"><dir name="checkoutseamless"><file name="seamlessiframe.css" hash="ffeaa6d3fa175fdb162a5ec1c8c3aec4"/><file name="stylesheet.css" hash="01b11a21d0f7769747c0e8d89a7d0d81"/></dir></dir></dir><dir name="images"><dir name="wirecard"><dir name="checkoutseamless"><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><target name="mage"><dir name="js"><dir name="wirecard"><dir name="checkoutseamless"><file name="processing.js" hash="5276537aefda33041fd7c92a975a2097"/></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-seamless-logo.png} RENAMED
File without changes