Version Notes
Removed unsupported display as iframe option.
Download this release
Release Info
| Developer | WirecardCEE |
| Extension | wirecard_checkout_seamless |
| Version | 4.0.6 |
| Comparing to | |
| See all releases | |
Code changes from version 4.0.5 to 4.0.6
- app/code/community/Wirecard/CheckoutSeamless/Helper/Data.php +1 -1
- app/code/community/Wirecard/CheckoutSeamless/Model/Abstract.php +1 -1
- app/code/community/Wirecard/CheckoutSeamless/controllers/ProcessingController.php +3 -0
- app/code/community/Wirecard/CheckoutSeamless/etc/config.xml +1 -1
- app/code/community/Wirecard/CheckoutSeamless/etc/system.xml +0 -269
- js/wirecard/checkoutseamless/processing.js +10 -7
- package.xml +5 -5
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.
|
| 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.6';
|
| 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.
|
| 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.6';
|
| 57 |
protected $_pluginName = 'Wirecard/CheckoutSeamless';
|
| 58 |
|
| 59 |
protected $_formBlockType = 'wirecard_checkoutseamless/form';
|
app/code/community/Wirecard/CheckoutSeamless/controllers/ProcessingController.php
CHANGED
|
@@ -74,6 +74,9 @@ class Wirecard_CheckoutSeamless_ProcessingController extends Mage_Core_Controlle
|
|
| 74 |
{
|
| 75 |
$postData = $this->getRequest()->getPost();
|
| 76 |
|
|
|
|
|
|
|
|
|
|
| 77 |
if (!empty($postData) && isset($postData['payment']) && !empty($postData['payment'])) {
|
| 78 |
$payment = $postData['payment'];
|
| 79 |
if (!$helper->getConfigData('ccard/pci3_dss_saq_a_enable')) {
|
| 74 |
{
|
| 75 |
$postData = $this->getRequest()->getPost();
|
| 76 |
|
| 77 |
+
/** @var Wirecard_CheckoutSeamless_Helper_Data $helper */
|
| 78 |
+
$helper = Mage::helper('wirecard_checkoutseamless');
|
| 79 |
+
|
| 80 |
if (!empty($postData) && isset($postData['payment']) && !empty($postData['payment'])) {
|
| 81 |
$payment = $postData['payment'];
|
| 82 |
if (!$helper->getConfigData('ccard/pci3_dss_saq_a_enable')) {
|
app/code/community/Wirecard/CheckoutSeamless/etc/config.xml
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
<config>
|
| 35 |
<modules>
|
| 36 |
<wirecard_checkoutseamless>
|
| 37 |
-
<version>4.0.
|
| 38 |
</wirecard_checkoutseamless>
|
| 39 |
</modules>
|
| 40 |
<global>
|
| 34 |
<config>
|
| 35 |
<modules>
|
| 36 |
<wirecard_checkoutseamless>
|
| 37 |
+
<version>4.0.6</version>
|
| 38 |
</wirecard_checkoutseamless>
|
| 39 |
</modules>
|
| 40 |
<global>
|
app/code/community/Wirecard/CheckoutSeamless/etc/system.xml
CHANGED
|
@@ -373,16 +373,6 @@
|
|
| 373 |
<show_in_store>1</show_in_store>
|
| 374 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 375 |
</title>
|
| 376 |
-
<iframe>
|
| 377 |
-
<label>Display as iframe</label>
|
| 378 |
-
<frontend_type>select</frontend_type>
|
| 379 |
-
<sort_order>50</sort_order>
|
| 380 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 381 |
-
</source_model>
|
| 382 |
-
<show_in_default>1</show_in_default>
|
| 383 |
-
<show_in_website>1</show_in_website>
|
| 384 |
-
<show_in_store>1</show_in_store>
|
| 385 |
-
</iframe>
|
| 386 |
<allowspecific translate="label">
|
| 387 |
<label>Payment method available for</label>
|
| 388 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -456,16 +446,6 @@
|
|
| 456 |
<show_in_store>1</show_in_store>
|
| 457 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 458 |
</title>
|
| 459 |
-
<iframe>
|
| 460 |
-
<label>Display as iframe</label>
|
| 461 |
-
<frontend_type>select</frontend_type>
|
| 462 |
-
<sort_order>50</sort_order>
|
| 463 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 464 |
-
</source_model>
|
| 465 |
-
<show_in_default>1</show_in_default>
|
| 466 |
-
<show_in_website>1</show_in_website>
|
| 467 |
-
<show_in_store>1</show_in_store>
|
| 468 |
-
</iframe>
|
| 469 |
<allowspecific translate="label">
|
| 470 |
<label>Payment method available for</label>
|
| 471 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -539,16 +519,6 @@
|
|
| 539 |
<show_in_store>1</show_in_store>
|
| 540 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 541 |
</title>
|
| 542 |
-
<iframe>
|
| 543 |
-
<label>Display as iframe</label>
|
| 544 |
-
<frontend_type>select</frontend_type>
|
| 545 |
-
<sort_order>50</sort_order>
|
| 546 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 547 |
-
</source_model>
|
| 548 |
-
<show_in_default>1</show_in_default>
|
| 549 |
-
<show_in_website>1</show_in_website>
|
| 550 |
-
<show_in_store>1</show_in_store>
|
| 551 |
-
</iframe>
|
| 552 |
<allowspecific translate="label">
|
| 553 |
<label>Payment method available for</label>
|
| 554 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -622,16 +592,6 @@
|
|
| 622 |
<show_in_store>1</show_in_store>
|
| 623 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 624 |
</title>
|
| 625 |
-
<iframe>
|
| 626 |
-
<label>Display as iframe</label>
|
| 627 |
-
<frontend_type>select</frontend_type>
|
| 628 |
-
<sort_order>50</sort_order>
|
| 629 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 630 |
-
</source_model>
|
| 631 |
-
<show_in_default>1</show_in_default>
|
| 632 |
-
<show_in_website>1</show_in_website>
|
| 633 |
-
<show_in_store>1</show_in_store>
|
| 634 |
-
</iframe>
|
| 635 |
<allowspecific translate="label">
|
| 636 |
<label>Payment method available for</label>
|
| 637 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -705,16 +665,6 @@
|
|
| 705 |
<show_in_store>1</show_in_store>
|
| 706 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 707 |
</title>
|
| 708 |
-
<iframe>
|
| 709 |
-
<label>Display as iframe</label>
|
| 710 |
-
<frontend_type>select</frontend_type>
|
| 711 |
-
<sort_order>50</sort_order>
|
| 712 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 713 |
-
</source_model>
|
| 714 |
-
<show_in_default>1</show_in_default>
|
| 715 |
-
<show_in_website>1</show_in_website>
|
| 716 |
-
<show_in_store>1</show_in_store>
|
| 717 |
-
</iframe>
|
| 718 |
<allowspecific translate="label">
|
| 719 |
<label>Payment method available for</label>
|
| 720 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -788,16 +738,6 @@
|
|
| 788 |
<show_in_store>1</show_in_store>
|
| 789 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 790 |
</title>
|
| 791 |
-
<iframe>
|
| 792 |
-
<label>Display as iframe</label>
|
| 793 |
-
<frontend_type>select</frontend_type>
|
| 794 |
-
<sort_order>50</sort_order>
|
| 795 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 796 |
-
</source_model>
|
| 797 |
-
<show_in_default>1</show_in_default>
|
| 798 |
-
<show_in_website>1</show_in_website>
|
| 799 |
-
<show_in_store>1</show_in_store>
|
| 800 |
-
</iframe>
|
| 801 |
<allowspecific translate="label">
|
| 802 |
<label>Payment method available for</label>
|
| 803 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -871,16 +811,6 @@
|
|
| 871 |
<show_in_store>1</show_in_store>
|
| 872 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 873 |
</title>
|
| 874 |
-
<iframe>
|
| 875 |
-
<label>Display as iframe</label>
|
| 876 |
-
<frontend_type>select</frontend_type>
|
| 877 |
-
<sort_order>50</sort_order>
|
| 878 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 879 |
-
</source_model>
|
| 880 |
-
<show_in_default>1</show_in_default>
|
| 881 |
-
<show_in_website>1</show_in_website>
|
| 882 |
-
<show_in_store>1</show_in_store>
|
| 883 |
-
</iframe>
|
| 884 |
<allowspecific translate="label">
|
| 885 |
<label>Payment method available for</label>
|
| 886 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -954,16 +884,6 @@
|
|
| 954 |
<show_in_store>1</show_in_store>
|
| 955 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 956 |
</title>
|
| 957 |
-
<iframe>
|
| 958 |
-
<label>Display as iframe</label>
|
| 959 |
-
<frontend_type>select</frontend_type>
|
| 960 |
-
<sort_order>50</sort_order>
|
| 961 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 962 |
-
</source_model>
|
| 963 |
-
<show_in_default>1</show_in_default>
|
| 964 |
-
<show_in_website>1</show_in_website>
|
| 965 |
-
<show_in_store>1</show_in_store>
|
| 966 |
-
</iframe>
|
| 967 |
<allowspecific translate="label">
|
| 968 |
<label>Payment method available for</label>
|
| 969 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1037,16 +957,6 @@
|
|
| 1037 |
<show_in_store>1</show_in_store>
|
| 1038 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1039 |
</title>
|
| 1040 |
-
<iframe>
|
| 1041 |
-
<label>Display as iframe</label>
|
| 1042 |
-
<frontend_type>select</frontend_type>
|
| 1043 |
-
<sort_order>50</sort_order>
|
| 1044 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1045 |
-
</source_model>
|
| 1046 |
-
<show_in_default>1</show_in_default>
|
| 1047 |
-
<show_in_website>1</show_in_website>
|
| 1048 |
-
<show_in_store>1</show_in_store>
|
| 1049 |
-
</iframe>
|
| 1050 |
<allowspecific translate="label">
|
| 1051 |
<label>Payment method available for</label>
|
| 1052 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1120,16 +1030,6 @@
|
|
| 1120 |
<show_in_store>1</show_in_store>
|
| 1121 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1122 |
</title>
|
| 1123 |
-
<iframe>
|
| 1124 |
-
<label>Display as iframe</label>
|
| 1125 |
-
<frontend_type>select</frontend_type>
|
| 1126 |
-
<sort_order>50</sort_order>
|
| 1127 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1128 |
-
</source_model>
|
| 1129 |
-
<show_in_default>1</show_in_default>
|
| 1130 |
-
<show_in_website>1</show_in_website>
|
| 1131 |
-
<show_in_store>1</show_in_store>
|
| 1132 |
-
</iframe>
|
| 1133 |
<allowspecific translate="label">
|
| 1134 |
<label>Payment method available for</label>
|
| 1135 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1203,16 +1103,6 @@
|
|
| 1203 |
<show_in_store>1</show_in_store>
|
| 1204 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1205 |
</title>
|
| 1206 |
-
<iframe>
|
| 1207 |
-
<label>Display as iframe</label>
|
| 1208 |
-
<frontend_type>select</frontend_type>
|
| 1209 |
-
<sort_order>50</sort_order>
|
| 1210 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1211 |
-
</source_model>
|
| 1212 |
-
<show_in_default>1</show_in_default>
|
| 1213 |
-
<show_in_website>1</show_in_website>
|
| 1214 |
-
<show_in_store>1</show_in_store>
|
| 1215 |
-
</iframe>
|
| 1216 |
<allowspecific translate="label">
|
| 1217 |
<label>Payment method available for</label>
|
| 1218 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1286,16 +1176,6 @@
|
|
| 1286 |
<show_in_store>1</show_in_store>
|
| 1287 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1288 |
</title>
|
| 1289 |
-
<iframe>
|
| 1290 |
-
<label>Display as iframe</label>
|
| 1291 |
-
<frontend_type>select</frontend_type>
|
| 1292 |
-
<sort_order>50</sort_order>
|
| 1293 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1294 |
-
</source_model>
|
| 1295 |
-
<show_in_default>1</show_in_default>
|
| 1296 |
-
<show_in_website>1</show_in_website>
|
| 1297 |
-
<show_in_store>1</show_in_store>
|
| 1298 |
-
</iframe>
|
| 1299 |
<allowspecific translate="label">
|
| 1300 |
<label>Payment method available for</label>
|
| 1301 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1369,16 +1249,6 @@
|
|
| 1369 |
<show_in_store>1</show_in_store>
|
| 1370 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1371 |
</title>
|
| 1372 |
-
<iframe>
|
| 1373 |
-
<label>Display as iframe</label>
|
| 1374 |
-
<frontend_type>select</frontend_type>
|
| 1375 |
-
<sort_order>50</sort_order>
|
| 1376 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1377 |
-
</source_model>
|
| 1378 |
-
<show_in_default>1</show_in_default>
|
| 1379 |
-
<show_in_website>1</show_in_website>
|
| 1380 |
-
<show_in_store>1</show_in_store>
|
| 1381 |
-
</iframe>
|
| 1382 |
<allowspecific translate="label">
|
| 1383 |
<label>Payment method available for</label>
|
| 1384 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1452,16 +1322,6 @@
|
|
| 1452 |
<show_in_store>1</show_in_store>
|
| 1453 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1454 |
</title>
|
| 1455 |
-
<iframe>
|
| 1456 |
-
<label>Display as iframe</label>
|
| 1457 |
-
<frontend_type>select</frontend_type>
|
| 1458 |
-
<sort_order>50</sort_order>
|
| 1459 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1460 |
-
</source_model>
|
| 1461 |
-
<show_in_default>1</show_in_default>
|
| 1462 |
-
<show_in_website>1</show_in_website>
|
| 1463 |
-
<show_in_store>1</show_in_store>
|
| 1464 |
-
</iframe>
|
| 1465 |
<allowspecific translate="label">
|
| 1466 |
<label>Payment method available for</label>
|
| 1467 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1535,16 +1395,6 @@
|
|
| 1535 |
<show_in_store>1</show_in_store>
|
| 1536 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1537 |
</title>
|
| 1538 |
-
<iframe>
|
| 1539 |
-
<label>Display as iframe</label>
|
| 1540 |
-
<frontend_type>select</frontend_type>
|
| 1541 |
-
<sort_order>50</sort_order>
|
| 1542 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1543 |
-
</source_model>
|
| 1544 |
-
<show_in_default>1</show_in_default>
|
| 1545 |
-
<show_in_website>1</show_in_website>
|
| 1546 |
-
<show_in_store>1</show_in_store>
|
| 1547 |
-
</iframe>
|
| 1548 |
<allowspecific translate="label">
|
| 1549 |
<label>Payment method available for</label>
|
| 1550 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1618,16 +1468,6 @@
|
|
| 1618 |
<show_in_store>1</show_in_store>
|
| 1619 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1620 |
</title>
|
| 1621 |
-
<iframe>
|
| 1622 |
-
<label>Display as iframe</label>
|
| 1623 |
-
<frontend_type>select</frontend_type>
|
| 1624 |
-
<sort_order>50</sort_order>
|
| 1625 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1626 |
-
</source_model>
|
| 1627 |
-
<show_in_default>1</show_in_default>
|
| 1628 |
-
<show_in_website>1</show_in_website>
|
| 1629 |
-
<show_in_store>1</show_in_store>
|
| 1630 |
-
</iframe>
|
| 1631 |
<allowspecific translate="label">
|
| 1632 |
<label>Payment method available for</label>
|
| 1633 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1701,16 +1541,6 @@
|
|
| 1701 |
<show_in_store>1</show_in_store>
|
| 1702 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1703 |
</title>
|
| 1704 |
-
<iframe>
|
| 1705 |
-
<label>Display as iframe</label>
|
| 1706 |
-
<frontend_type>select</frontend_type>
|
| 1707 |
-
<sort_order>50</sort_order>
|
| 1708 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1709 |
-
</source_model>
|
| 1710 |
-
<show_in_default>1</show_in_default>
|
| 1711 |
-
<show_in_website>1</show_in_website>
|
| 1712 |
-
<show_in_store>1</show_in_store>
|
| 1713 |
-
</iframe>
|
| 1714 |
<allowspecific translate="label">
|
| 1715 |
<label>Payment method available for</label>
|
| 1716 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1784,16 +1614,6 @@
|
|
| 1784 |
<show_in_store>1</show_in_store>
|
| 1785 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1786 |
</title>
|
| 1787 |
-
<iframe>
|
| 1788 |
-
<label>Display as iframe</label>
|
| 1789 |
-
<frontend_type>select</frontend_type>
|
| 1790 |
-
<sort_order>50</sort_order>
|
| 1791 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1792 |
-
</source_model>
|
| 1793 |
-
<show_in_default>1</show_in_default>
|
| 1794 |
-
<show_in_website>1</show_in_website>
|
| 1795 |
-
<show_in_store>1</show_in_store>
|
| 1796 |
-
</iframe>
|
| 1797 |
<allowspecific translate="label">
|
| 1798 |
<label>Payment method available for</label>
|
| 1799 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1867,16 +1687,6 @@
|
|
| 1867 |
<show_in_store>1</show_in_store>
|
| 1868 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1869 |
</title>
|
| 1870 |
-
<iframe>
|
| 1871 |
-
<label>Display as iframe</label>
|
| 1872 |
-
<frontend_type>select</frontend_type>
|
| 1873 |
-
<sort_order>50</sort_order>
|
| 1874 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1875 |
-
</source_model>
|
| 1876 |
-
<show_in_default>1</show_in_default>
|
| 1877 |
-
<show_in_website>1</show_in_website>
|
| 1878 |
-
<show_in_store>1</show_in_store>
|
| 1879 |
-
</iframe>
|
| 1880 |
<allowspecific translate="label">
|
| 1881 |
<label>Payment method available for</label>
|
| 1882 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -1950,16 +1760,6 @@
|
|
| 1950 |
<show_in_store>1</show_in_store>
|
| 1951 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1952 |
</title>
|
| 1953 |
-
<iframe>
|
| 1954 |
-
<label>Display as iframe</label>
|
| 1955 |
-
<frontend_type>select</frontend_type>
|
| 1956 |
-
<sort_order>50</sort_order>
|
| 1957 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 1958 |
-
</source_model>
|
| 1959 |
-
<show_in_default>1</show_in_default>
|
| 1960 |
-
<show_in_website>1</show_in_website>
|
| 1961 |
-
<show_in_store>1</show_in_store>
|
| 1962 |
-
</iframe>
|
| 1963 |
<allowspecific translate="label">
|
| 1964 |
<label>Payment method available for</label>
|
| 1965 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -2033,16 +1833,6 @@
|
|
| 2033 |
<show_in_store>1</show_in_store>
|
| 2034 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2035 |
</title>
|
| 2036 |
-
<iframe>
|
| 2037 |
-
<label>Display as iframe</label>
|
| 2038 |
-
<frontend_type>select</frontend_type>
|
| 2039 |
-
<sort_order>50</sort_order>
|
| 2040 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 2041 |
-
</source_model>
|
| 2042 |
-
<show_in_default>1</show_in_default>
|
| 2043 |
-
<show_in_website>1</show_in_website>
|
| 2044 |
-
<show_in_store>1</show_in_store>
|
| 2045 |
-
</iframe>
|
| 2046 |
<allowspecific translate="label">
|
| 2047 |
<label>Payment method available for</label>
|
| 2048 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -2116,16 +1906,6 @@
|
|
| 2116 |
<show_in_store>1</show_in_store>
|
| 2117 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2118 |
</title>
|
| 2119 |
-
<iframe>
|
| 2120 |
-
<label>Display as iframe</label>
|
| 2121 |
-
<frontend_type>select</frontend_type>
|
| 2122 |
-
<sort_order>50</sort_order>
|
| 2123 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 2124 |
-
</source_model>
|
| 2125 |
-
<show_in_default>1</show_in_default>
|
| 2126 |
-
<show_in_website>1</show_in_website>
|
| 2127 |
-
<show_in_store>1</show_in_store>
|
| 2128 |
-
</iframe>
|
| 2129 |
<allowspecific translate="label">
|
| 2130 |
<label>Payment method available for</label>
|
| 2131 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -2208,16 +1988,6 @@
|
|
| 2208 |
<show_in_store>1</show_in_store>
|
| 2209 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2210 |
</title>
|
| 2211 |
-
<iframe>
|
| 2212 |
-
<label>Display as iframe</label>
|
| 2213 |
-
<frontend_type>select</frontend_type>
|
| 2214 |
-
<sort_order>50</sort_order>
|
| 2215 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 2216 |
-
</source_model>
|
| 2217 |
-
<show_in_default>1</show_in_default>
|
| 2218 |
-
<show_in_website>1</show_in_website>
|
| 2219 |
-
<show_in_store>1</show_in_store>
|
| 2220 |
-
</iframe>
|
| 2221 |
<allowspecific translate="label">
|
| 2222 |
<label>Payment method available for</label>
|
| 2223 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -2320,16 +2090,6 @@
|
|
| 2320 |
<show_in_store>1</show_in_store>
|
| 2321 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2322 |
</title>
|
| 2323 |
-
<iframe>
|
| 2324 |
-
<label>Display as iframe</label>
|
| 2325 |
-
<frontend_type>select</frontend_type>
|
| 2326 |
-
<sort_order>50</sort_order>
|
| 2327 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 2328 |
-
</source_model>
|
| 2329 |
-
<show_in_default>1</show_in_default>
|
| 2330 |
-
<show_in_website>1</show_in_website>
|
| 2331 |
-
<show_in_store>1</show_in_store>
|
| 2332 |
-
</iframe>
|
| 2333 |
<allowspecific translate="label">
|
| 2334 |
<label>Payment method available for</label>
|
| 2335 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -2412,15 +2172,6 @@
|
|
| 2412 |
<show_in_store>1</show_in_store>
|
| 2413 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2414 |
</title>
|
| 2415 |
-
<iframe>
|
| 2416 |
-
<label>Display as iframe</label>
|
| 2417 |
-
<frontend_type>select</frontend_type>
|
| 2418 |
-
<sort_order>50</sort_order>
|
| 2419 |
-
<source_model>adminhtml/system_config_source_enabledisable</source_model>
|
| 2420 |
-
<show_in_default>1</show_in_default>
|
| 2421 |
-
<show_in_website>1</show_in_website>
|
| 2422 |
-
<show_in_store>1</show_in_store>
|
| 2423 |
-
</iframe>
|
| 2424 |
<allowspecific translate="label">
|
| 2425 |
<label>Payment method available for</label>
|
| 2426 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -2514,16 +2265,6 @@
|
|
| 2514 |
<show_in_store>1</show_in_store>
|
| 2515 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2516 |
</title>
|
| 2517 |
-
<iframe>
|
| 2518 |
-
<label>Display as iframe</label>
|
| 2519 |
-
<frontend_type>select</frontend_type>
|
| 2520 |
-
<sort_order>50</sort_order>
|
| 2521 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 2522 |
-
</source_model>
|
| 2523 |
-
<show_in_default>1</show_in_default>
|
| 2524 |
-
<show_in_website>1</show_in_website>
|
| 2525 |
-
<show_in_store>1</show_in_store>
|
| 2526 |
-
</iframe>
|
| 2527 |
<allowspecific translate="label">
|
| 2528 |
<label>Payment method available for</label>
|
| 2529 |
<frontend_type>allowspecific</frontend_type>
|
|
@@ -2597,16 +2338,6 @@
|
|
| 2597 |
<show_in_store>1</show_in_store>
|
| 2598 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2599 |
</title>
|
| 2600 |
-
<iframe>
|
| 2601 |
-
<label>Display as iframe</label>
|
| 2602 |
-
<frontend_type>select</frontend_type>
|
| 2603 |
-
<sort_order>50</sort_order>
|
| 2604 |
-
<source_model>adminhtml/system_config_source_enabledisable
|
| 2605 |
-
</source_model>
|
| 2606 |
-
<show_in_default>1</show_in_default>
|
| 2607 |
-
<show_in_website>1</show_in_website>
|
| 2608 |
-
<show_in_store>1</show_in_store>
|
| 2609 |
-
</iframe>
|
| 2610 |
<allowspecific translate="label">
|
| 2611 |
<label>Payment method available for</label>
|
| 2612 |
<frontend_type>allowspecific</frontend_type>
|
| 373 |
<show_in_store>1</show_in_store>
|
| 374 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 375 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 376 |
<allowspecific translate="label">
|
| 377 |
<label>Payment method available for</label>
|
| 378 |
<frontend_type>allowspecific</frontend_type>
|
| 446 |
<show_in_store>1</show_in_store>
|
| 447 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 448 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 449 |
<allowspecific translate="label">
|
| 450 |
<label>Payment method available for</label>
|
| 451 |
<frontend_type>allowspecific</frontend_type>
|
| 519 |
<show_in_store>1</show_in_store>
|
| 520 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 521 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 522 |
<allowspecific translate="label">
|
| 523 |
<label>Payment method available for</label>
|
| 524 |
<frontend_type>allowspecific</frontend_type>
|
| 592 |
<show_in_store>1</show_in_store>
|
| 593 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 594 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 595 |
<allowspecific translate="label">
|
| 596 |
<label>Payment method available for</label>
|
| 597 |
<frontend_type>allowspecific</frontend_type>
|
| 665 |
<show_in_store>1</show_in_store>
|
| 666 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 667 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 668 |
<allowspecific translate="label">
|
| 669 |
<label>Payment method available for</label>
|
| 670 |
<frontend_type>allowspecific</frontend_type>
|
| 738 |
<show_in_store>1</show_in_store>
|
| 739 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 740 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 741 |
<allowspecific translate="label">
|
| 742 |
<label>Payment method available for</label>
|
| 743 |
<frontend_type>allowspecific</frontend_type>
|
| 811 |
<show_in_store>1</show_in_store>
|
| 812 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 813 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 814 |
<allowspecific translate="label">
|
| 815 |
<label>Payment method available for</label>
|
| 816 |
<frontend_type>allowspecific</frontend_type>
|
| 884 |
<show_in_store>1</show_in_store>
|
| 885 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 886 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 887 |
<allowspecific translate="label">
|
| 888 |
<label>Payment method available for</label>
|
| 889 |
<frontend_type>allowspecific</frontend_type>
|
| 957 |
<show_in_store>1</show_in_store>
|
| 958 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 959 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 960 |
<allowspecific translate="label">
|
| 961 |
<label>Payment method available for</label>
|
| 962 |
<frontend_type>allowspecific</frontend_type>
|
| 1030 |
<show_in_store>1</show_in_store>
|
| 1031 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1032 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1033 |
<allowspecific translate="label">
|
| 1034 |
<label>Payment method available for</label>
|
| 1035 |
<frontend_type>allowspecific</frontend_type>
|
| 1103 |
<show_in_store>1</show_in_store>
|
| 1104 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1105 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1106 |
<allowspecific translate="label">
|
| 1107 |
<label>Payment method available for</label>
|
| 1108 |
<frontend_type>allowspecific</frontend_type>
|
| 1176 |
<show_in_store>1</show_in_store>
|
| 1177 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1178 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1179 |
<allowspecific translate="label">
|
| 1180 |
<label>Payment method available for</label>
|
| 1181 |
<frontend_type>allowspecific</frontend_type>
|
| 1249 |
<show_in_store>1</show_in_store>
|
| 1250 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1251 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1252 |
<allowspecific translate="label">
|
| 1253 |
<label>Payment method available for</label>
|
| 1254 |
<frontend_type>allowspecific</frontend_type>
|
| 1322 |
<show_in_store>1</show_in_store>
|
| 1323 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1324 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1325 |
<allowspecific translate="label">
|
| 1326 |
<label>Payment method available for</label>
|
| 1327 |
<frontend_type>allowspecific</frontend_type>
|
| 1395 |
<show_in_store>1</show_in_store>
|
| 1396 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1397 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1398 |
<allowspecific translate="label">
|
| 1399 |
<label>Payment method available for</label>
|
| 1400 |
<frontend_type>allowspecific</frontend_type>
|
| 1468 |
<show_in_store>1</show_in_store>
|
| 1469 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1470 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1471 |
<allowspecific translate="label">
|
| 1472 |
<label>Payment method available for</label>
|
| 1473 |
<frontend_type>allowspecific</frontend_type>
|
| 1541 |
<show_in_store>1</show_in_store>
|
| 1542 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1543 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1544 |
<allowspecific translate="label">
|
| 1545 |
<label>Payment method available for</label>
|
| 1546 |
<frontend_type>allowspecific</frontend_type>
|
| 1614 |
<show_in_store>1</show_in_store>
|
| 1615 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1616 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1617 |
<allowspecific translate="label">
|
| 1618 |
<label>Payment method available for</label>
|
| 1619 |
<frontend_type>allowspecific</frontend_type>
|
| 1687 |
<show_in_store>1</show_in_store>
|
| 1688 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1689 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1690 |
<allowspecific translate="label">
|
| 1691 |
<label>Payment method available for</label>
|
| 1692 |
<frontend_type>allowspecific</frontend_type>
|
| 1760 |
<show_in_store>1</show_in_store>
|
| 1761 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1762 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1763 |
<allowspecific translate="label">
|
| 1764 |
<label>Payment method available for</label>
|
| 1765 |
<frontend_type>allowspecific</frontend_type>
|
| 1833 |
<show_in_store>1</show_in_store>
|
| 1834 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1835 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1836 |
<allowspecific translate="label">
|
| 1837 |
<label>Payment method available for</label>
|
| 1838 |
<frontend_type>allowspecific</frontend_type>
|
| 1906 |
<show_in_store>1</show_in_store>
|
| 1907 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1908 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1909 |
<allowspecific translate="label">
|
| 1910 |
<label>Payment method available for</label>
|
| 1911 |
<frontend_type>allowspecific</frontend_type>
|
| 1988 |
<show_in_store>1</show_in_store>
|
| 1989 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 1990 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1991 |
<allowspecific translate="label">
|
| 1992 |
<label>Payment method available for</label>
|
| 1993 |
<frontend_type>allowspecific</frontend_type>
|
| 2090 |
<show_in_store>1</show_in_store>
|
| 2091 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2092 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2093 |
<allowspecific translate="label">
|
| 2094 |
<label>Payment method available for</label>
|
| 2095 |
<frontend_type>allowspecific</frontend_type>
|
| 2172 |
<show_in_store>1</show_in_store>
|
| 2173 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2174 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2175 |
<allowspecific translate="label">
|
| 2176 |
<label>Payment method available for</label>
|
| 2177 |
<frontend_type>allowspecific</frontend_type>
|
| 2265 |
<show_in_store>1</show_in_store>
|
| 2266 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2267 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2268 |
<allowspecific translate="label">
|
| 2269 |
<label>Payment method available for</label>
|
| 2270 |
<frontend_type>allowspecific</frontend_type>
|
| 2338 |
<show_in_store>1</show_in_store>
|
| 2339 |
<comment>The name for the payment method to be displayed in the online shop.</comment>
|
| 2340 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2341 |
<allowspecific translate="label">
|
| 2342 |
<label>Payment method available for</label>
|
| 2343 |
<frontend_type>allowspecific</frontend_type>
|
js/wirecard/checkoutseamless/processing.js
CHANGED
|
@@ -237,7 +237,7 @@ function processResponse(response) {
|
|
| 237 |
|
| 238 |
} else {
|
| 239 |
|
| 240 |
-
if (payment.currentMethod.substr(26) == 'cc' || payment.currentMethod.substr(26) == 'ccMoto'
|
| 241 |
|
| 242 |
// pci3 mode
|
| 243 |
if ($(payment.currentMethod + '_pan') === null)
|
|
@@ -258,9 +258,7 @@ function html_entity_decode(str) {
|
|
| 258 |
}
|
| 259 |
|
| 260 |
function prepareSubmittedFields(response) {
|
| 261 |
-
|
| 262 |
-
if (payment.currentMethod.substr(26) == 'cc' || payment.currentMethod.substr(26) == 'ccMoto' || payment.currentMethod.substr(26) == 'maestro') {
|
| 263 |
-
|
| 264 |
enterAnonData(response.paymentInformation);
|
| 265 |
$(payment.currentMethod + '_saved_data').show();
|
| 266 |
$(payment.currentMethod + '_new_data').hide();
|
|
@@ -304,6 +302,11 @@ function prepareSubmittedFields(response) {
|
|
| 304 |
break;
|
| 305 |
}
|
| 306 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 307 |
}
|
| 308 |
|
| 309 |
function changePaymentData() {
|
|
@@ -325,18 +328,18 @@ function changePaymentData() {
|
|
| 325 |
|
| 326 |
function emptyPaymentFields() {
|
| 327 |
$j('#payment_form_' + payment.currentMethod + ' .no-submit').each(function (el) {
|
| 328 |
-
|
| 329 |
});
|
| 330 |
}
|
| 331 |
|
| 332 |
function emptyHiddenFields() {
|
| 333 |
$j('#payment_form_' + payment.currentMethod + ' .wcs-anon-data-hidden').each(function (el) {
|
| 334 |
-
|
| 335 |
});
|
| 336 |
}
|
| 337 |
|
| 338 |
function enterAnonData(data) {
|
| 339 |
$j('#' + payment.currentMethod + '_saved_data span').each(function (el) {
|
| 340 |
-
|
| 341 |
});
|
| 342 |
}
|
| 237 |
|
| 238 |
} else {
|
| 239 |
|
| 240 |
+
if (payment.currentMethod.substr(26) == 'cc' || payment.currentMethod.substr(26) == 'ccMoto') {
|
| 241 |
|
| 242 |
// pci3 mode
|
| 243 |
if ($(payment.currentMethod + '_pan') === null)
|
| 258 |
}
|
| 259 |
|
| 260 |
function prepareSubmittedFields(response) {
|
| 261 |
+
if (payment.currentMethod.substr(26) == 'cc' || payment.currentMethod.substr(26) == 'ccMoto') {
|
|
|
|
|
|
|
| 262 |
enterAnonData(response.paymentInformation);
|
| 263 |
$(payment.currentMethod + '_saved_data').show();
|
| 264 |
$(payment.currentMethod + '_new_data').hide();
|
| 302 |
break;
|
| 303 |
}
|
| 304 |
});
|
| 305 |
+
|
| 306 |
+
if (payment.currentMethod.substr(26) == 'sepadd' || payment.currentMethod.substr(26) == 'paybox'
|
| 307 |
+
|| payment.currentMethod.substr(26) == 'voucher' || payment.currentMethod.substr(26) == 'giropay') {
|
| 308 |
+
emptyPaymentFields();
|
| 309 |
+
}
|
| 310 |
}
|
| 311 |
|
| 312 |
function changePaymentData() {
|
| 328 |
|
| 329 |
function emptyPaymentFields() {
|
| 330 |
$j('#payment_form_' + payment.currentMethod + ' .no-submit').each(function (el) {
|
| 331 |
+
this.value = '';
|
| 332 |
});
|
| 333 |
}
|
| 334 |
|
| 335 |
function emptyHiddenFields() {
|
| 336 |
$j('#payment_form_' + payment.currentMethod + ' .wcs-anon-data-hidden').each(function (el) {
|
| 337 |
+
this.value = '';
|
| 338 |
});
|
| 339 |
}
|
| 340 |
|
| 341 |
function enterAnonData(data) {
|
| 342 |
$j('#' + payment.currentMethod + '_saved_data span').each(function (el) {
|
| 343 |
+
this.innerHTML = data[this.id];
|
| 344 |
});
|
| 345 |
}
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>wirecard_checkout_seamless</name>
|
| 4 |
-
<version>4.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GNU General Public License Version 2 (GPLv2)</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -22,11 +22,11 @@ Benefit from Wirecard Bank's license to conclude credit card acceptance contract
|
|
| 22 |
With Wirecard Collecting only a single contract is required for payouts within various payment methods.
|
| 23 |
Support of recurring payments (subscriptions, one-click checkout).
|
| 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>
|
| 26 |
<authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
|
| 27 |
-
<date>2016-03-
|
| 28 |
-
<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="502e1066b9c4c899c4d6bdaef592a945"/></dir><dir name="Model"><file name="Abstract.php" hash="4ee3ed97158f5dcb5e16f2387a29b93e"/><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="f040158662b3368f577f1e2bc59969fa"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0c7586f67433d8284069decbd307d50c"/><file name="config.xml" hash="5b4f29416956bc9c85172e302300ca2a"/><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>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>wirecard_checkout_seamless</name>
|
| 4 |
+
<version>4.0.6</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GNU General Public License Version 2 (GPLv2)</license>
|
| 7 |
<channel>community</channel>
|
| 22 |
With Wirecard Collecting only a single contract is required for payouts within various payment methods.
|
| 23 |
Support of recurring payments (subscriptions, one-click checkout).
|
| 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>Removed unsupported display as iframe option.</notes>
|
| 26 |
<authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
|
| 27 |
+
<date>2016-03-09</date>
|
| 28 |
+
<time>10:26:49</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="46afa9380fb1e9d637e9b1c5247345b4"/></dir><dir name="Model"><file name="Abstract.php" hash="77dc69fb98f90fec3da19293b925d028"/><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="c252e70619cae18de40ce5c5c1b3ebb7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0c7586f67433d8284069decbd307d50c"/><file name="config.xml" hash="a084798179201620923afc313a86dc30"/><file name="system.xml" hash="42888cdfbdae3ae4f7401daf80a54f43"/></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="6713b34573b756875065c1450fec33d4"/></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>
|
