Version Notes
* Update Brick Form
Download this release
Release Info
Developer | Paymentwall |
Extension | paymentwall_magento_module |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- app/code/community/Paymentwall/Paymentwall/Block/Checkout/Form/Method/Abstract.php +0 -0
- app/code/community/Paymentwall/Paymentwall/Block/Checkout/Form/Method/Pwbrick.php +0 -0
- app/code/community/Paymentwall/Paymentwall/Block/Checkout/Form/Method/Pwlocal.php +0 -0
- app/code/community/Paymentwall/Paymentwall/Block/Checkout/Info/Method/Pwbrick.php +0 -0
- app/code/community/Paymentwall/Paymentwall/Block/Checkout/Info/Method/Pwlocal.php +0 -0
- app/code/community/Paymentwall/Paymentwall/Helper/Data.php +0 -0
- app/code/community/Paymentwall/Paymentwall/Model/Method/Abstract.php +0 -0
- app/code/community/Paymentwall/Paymentwall/Model/Method/Pwbrick.php +1 -10
- app/code/community/Paymentwall/Paymentwall/Model/Method/Pwlocal.php +0 -0
- app/code/community/Paymentwall/Paymentwall/Model/Pingback.php +0 -0
- app/code/community/Paymentwall/Paymentwall/controllers/PaymentController.php +0 -0
- app/code/community/Paymentwall/Paymentwall/etc/config.xml +1 -1
- app/code/community/Paymentwall/Paymentwall/etc/system.xml +0 -0
- app/design/frontend/base/default/layout/paymentwall.xml +0 -0
- app/design/frontend/base/default/template/paymentwall/checkout/form/method/pwbrick.phtml +5 -5
- app/design/frontend/base/default/template/paymentwall/checkout/form/method/pwlocal.phtml +0 -0
- app/design/frontend/base/default/template/paymentwall/checkout/info/method/pwbrick.phtml +1 -4
- lib/paymentwall-php/.gitignore +0 -0
- lib/paymentwall-php/LICENSE +0 -0
- lib/paymentwall-php/README.md +0 -0
- lib/paymentwall-php/composer.json +0 -0
- lib/paymentwall-php/features/bootstrap/ChargeContext.php +0 -0
- lib/paymentwall-php/features/bootstrap/FeatureContext.php +0 -0
- lib/paymentwall-php/features/bootstrap/PingbackContext.php +0 -0
- lib/paymentwall-php/features/bootstrap/WidgetContext.php +0 -0
- lib/paymentwall-php/features/charge.feature +0 -0
- lib/paymentwall-php/features/pingback.feature +0 -0
- lib/paymentwall-php/features/widget.feature +0 -0
- lib/paymentwall-php/lib/Paymentwall/ApiObject.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/ApiObjectInterface.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Base.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Card.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Charge.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Config.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/GenerericApiObject.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/HttpAction.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Instance.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/OneTimeToken.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Pingback.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Product.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Response/Abstract.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Response/Error.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Response/Factory.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Response/Interface.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Response/Success.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Signature/Abstract.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Signature/Pingback.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Signature/Widget.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Subscription.php +0 -0
- lib/paymentwall-php/lib/Paymentwall/Widget.php +0 -0
- lib/paymentwall-php/lib/paymentwall.php +0 -0
- package.xml +5 -6
- skin/frontend/base/default/css/paymentwall.css +0 -0
- skin/frontend/base/default/js/paymentwall.js +0 -0
app/code/community/Paymentwall/Paymentwall/Block/Checkout/Form/Method/Abstract.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/Block/Checkout/Form/Method/Pwbrick.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/Block/Checkout/Form/Method/Pwlocal.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/Block/Checkout/Info/Method/Pwbrick.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/Block/Checkout/Info/Method/Pwlocal.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/Helper/Data.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/Model/Method/Abstract.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/Model/Method/Pwbrick.php
CHANGED
@@ -54,15 +54,7 @@ class Paymentwall_Paymentwall_Model_Method_Pwbrick extends Paymentwall_Paymentwa
|
|
54 |
}
|
55 |
|
56 |
$info = $this->getInfoInstance();
|
57 |
-
$info->
|
58 |
-
->setCcOwner($data->getCcOwner())
|
59 |
-
->setCcLast4(substr($data->getCcNumber(), -4))
|
60 |
-
->setCcNumber($data->getCcNumber())
|
61 |
-
->setCcCid($data->getCcCid())
|
62 |
-
->setCcExpMonth($data->getCcExpMonth())
|
63 |
-
->setCcExpYear($data->getCcExpYear())
|
64 |
-
|
65 |
-
->setAdditionalInformation('brick_token', $data->getBrickToken())
|
66 |
->setAdditionalInformation('brick_fingerprint', $data->getBrickFingerprint());
|
67 |
|
68 |
return $this;
|
@@ -90,7 +82,6 @@ class Paymentwall_Paymentwall_Model_Method_Pwbrick extends Paymentwall_Paymentwa
|
|
90 |
if ($charge->isSuccessful()) {
|
91 |
if ($charge->isCaptured()) {
|
92 |
// deliver a product
|
93 |
-
|
94 |
} elseif ($charge->isUnderReview()) {
|
95 |
$payment->setIsTransactionPending(true);
|
96 |
}
|
54 |
}
|
55 |
|
56 |
$info = $this->getInfoInstance();
|
57 |
+
$info->setAdditionalInformation('brick_token', $data->getBrickToken())
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
->setAdditionalInformation('brick_fingerprint', $data->getBrickFingerprint());
|
59 |
|
60 |
return $this;
|
82 |
if ($charge->isSuccessful()) {
|
83 |
if ($charge->isCaptured()) {
|
84 |
// deliver a product
|
|
|
85 |
} elseif ($charge->isUnderReview()) {
|
86 |
$payment->setIsTransactionPending(true);
|
87 |
}
|
app/code/community/Paymentwall/Paymentwall/Model/Method/Pwlocal.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/Model/Pingback.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/controllers/PaymentController.php
CHANGED
File without changes
|
app/code/community/Paymentwall/Paymentwall/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Paymentwall_Paymentwall>
|
5 |
-
<version>1.1.
|
6 |
</Paymentwall_Paymentwall>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Paymentwall_Paymentwall>
|
5 |
+
<version>1.1.4</version>
|
6 |
</Paymentwall_Paymentwall>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/community/Paymentwall/Paymentwall/etc/system.xml
CHANGED
File without changes
|
app/design/frontend/base/default/layout/paymentwall.xml
CHANGED
File without changes
|
app/design/frontend/base/default/template/paymentwall/checkout/form/method/pwbrick.phtml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<label for="paymentwall_pwbrick_cc_type" class="required"><em>*</em><?php echo $this->__('Card Type') ?></label>
|
4 |
|
5 |
<div class="input-box">
|
6 |
-
<select id="paymentwall_pwbrick_cc_type"
|
7 |
title="<?php echo $this->__('Card Type') ?>"
|
8 |
class="required-entry validate-cc-type-select">
|
9 |
<option value=""><?php echo $this->__('--Please Select--') ?></option>
|
@@ -24,7 +24,7 @@
|
|
24 |
</label>
|
25 |
|
26 |
<div class="input-box">
|
27 |
-
<input
|
28 |
class="input-text validate-cc-number validate-cc-type" data-brick="card-number"/>
|
29 |
</div>
|
30 |
</li>
|
@@ -35,10 +35,10 @@
|
|
35 |
</label>
|
36 |
|
37 |
<div class="input-box">
|
38 |
-
<input
|
39 |
class="month validate-cc-exp required-entry" data-brick="card-expiration-month" placeholder="MM"
|
40 |
maxlength="2" size="2"/> /
|
41 |
-
<input
|
42 |
class="year required-entry" data-brick="card-expiration-year" placeholder="YY" maxlength="4"
|
43 |
size="4"/>
|
44 |
</div>
|
@@ -50,7 +50,7 @@
|
|
50 |
</label>
|
51 |
|
52 |
<div class="input-box">
|
53 |
-
<input
|
54 |
class="input-text cvv required-entry validate-cc-cvn"
|
55 |
data-brick="card-cvv" maxlength="4"/>
|
56 |
</div>
|
3 |
<label for="paymentwall_pwbrick_cc_type" class="required"><em>*</em><?php echo $this->__('Card Type') ?></label>
|
4 |
|
5 |
<div class="input-box">
|
6 |
+
<select id="paymentwall_pwbrick_cc_type"
|
7 |
title="<?php echo $this->__('Card Type') ?>"
|
8 |
class="required-entry validate-cc-type-select">
|
9 |
<option value=""><?php echo $this->__('--Please Select--') ?></option>
|
24 |
</label>
|
25 |
|
26 |
<div class="input-box">
|
27 |
+
<input type="text" autocomplete="off" id="paymentwall_pwbrick_cc_number"
|
28 |
class="input-text validate-cc-number validate-cc-type" data-brick="card-number"/>
|
29 |
</div>
|
30 |
</li>
|
35 |
</label>
|
36 |
|
37 |
<div class="input-box">
|
38 |
+
<input type="text" id="paymentwall_pwbrick_expiration" autocomplete="off"
|
39 |
class="month validate-cc-exp required-entry" data-brick="card-expiration-month" placeholder="MM"
|
40 |
maxlength="2" size="2"/> /
|
41 |
+
<input type="text" id="paymentwall_pwbrick_expiration_yr" autocomplete="off"
|
42 |
class="year required-entry" data-brick="card-expiration-year" placeholder="YY" maxlength="4"
|
43 |
size="4"/>
|
44 |
</div>
|
50 |
</label>
|
51 |
|
52 |
<div class="input-box">
|
53 |
+
<input type="text" id="paymentwall_pwbrick_cc_cid" autocomplete="off"
|
54 |
class="input-text cvv required-entry validate-cc-cvn"
|
55 |
data-brick="card-cvv" maxlength="4"/>
|
56 |
</div>
|
app/design/frontend/base/default/template/paymentwall/checkout/form/method/pwlocal.phtml
CHANGED
File without changes
|
app/design/frontend/base/default/template/paymentwall/checkout/info/method/pwbrick.phtml
CHANGED
@@ -4,7 +4,4 @@ $method = $this->getData('method');
|
|
4 |
?>
|
5 |
<?php if (!$this->getHideTitle()): ?>
|
6 |
<?php echo $this->escapeHtml($method->getConfigData('title')) ?><br/>
|
7 |
-
<?php endif; ?>
|
8 |
-
<span>
|
9 |
-
<?php echo $this->__('Card Number:') ?><br/><?php echo 'xxxx-xxxx-xxxx-' . $info->getCcLast4(); ?>
|
10 |
-
</span>
|
4 |
?>
|
5 |
<?php if (!$this->getHideTitle()): ?>
|
6 |
<?php echo $this->escapeHtml($method->getConfigData('title')) ?><br/>
|
7 |
+
<?php endif; ?>
|
|
|
|
|
|
lib/paymentwall-php/.gitignore
CHANGED
File without changes
|
lib/paymentwall-php/LICENSE
CHANGED
File without changes
|
lib/paymentwall-php/README.md
CHANGED
File without changes
|
lib/paymentwall-php/composer.json
CHANGED
File without changes
|
lib/paymentwall-php/features/bootstrap/ChargeContext.php
CHANGED
File without changes
|
lib/paymentwall-php/features/bootstrap/FeatureContext.php
CHANGED
File without changes
|
lib/paymentwall-php/features/bootstrap/PingbackContext.php
CHANGED
File without changes
|
lib/paymentwall-php/features/bootstrap/WidgetContext.php
CHANGED
File without changes
|
lib/paymentwall-php/features/charge.feature
CHANGED
File without changes
|
lib/paymentwall-php/features/pingback.feature
CHANGED
File without changes
|
lib/paymentwall-php/features/widget.feature
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/ApiObject.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/ApiObjectInterface.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Base.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Card.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Charge.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Config.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/GenerericApiObject.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/HttpAction.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Instance.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/OneTimeToken.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Pingback.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Product.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Response/Abstract.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Response/Error.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Response/Factory.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Response/Interface.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Response/Success.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Signature/Abstract.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Signature/Pingback.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Signature/Widget.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Subscription.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/Paymentwall/Widget.php
CHANGED
File without changes
|
lib/paymentwall-php/lib/paymentwall.php
CHANGED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>paymentwall_magento_module</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>MITL</license>
|
7 |
<channel>community</channel>
|
@@ -9,12 +9,11 @@
|
|
9 |
<summary>Paymentwall payment extension for Magento. 120+ payment methods in more than 200 countries.</summary>
|
10 |
<description>Paymentwall payment extension for Magento. 120+ payment methods in more than 200 countries.
|
11 |
</description>
|
12 |
-
<notes>*
|
13 |
-
* Update latest lib</notes>
|
14 |
<authors><author><name>Paymentwall</name><user>platforms</user><email>platforms@paymentwall.com</email></author></authors>
|
15 |
-
<date>2015-
|
16 |
-
<time>09:
|
17 |
-
<contents><target name="magecommunity"><dir name="Paymentwall"><dir name="Paymentwall"><dir name="Block"><dir name="Checkout"><dir name="Form"><dir name="Method"><file name="Abstract.php" hash="de9bfa933a6e1757c3bab53768ec4d62"/><file name="Pwbrick.php" hash="c01cabde8670bdff801534fe283b0534"/><file name="Pwlocal.php" hash="2d4a1fb4fdfcaaf5d7cf72eae4231965"/></dir></dir><dir name="Info"><dir name="Method"><file name="Pwbrick.php" hash="4d8bc2a37e04c180896a708dabf9cfa7"/><file name="Pwlocal.php" hash="52d3d7580cbdcc8bf0f98834b9a9e5a0"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="4270b082a8264e63f6a82228b3e2c1d2"/></dir><dir name="Model"><dir name="Method"><file name="Abstract.php" hash="9569622bded9c0da37b101a3873b0613"/><file name="Pwbrick.php" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>paymentwall_magento_module</name>
|
4 |
+
<version>1.1.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>MITL</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Paymentwall payment extension for Magento. 120+ payment methods in more than 200 countries.</summary>
|
10 |
<description>Paymentwall payment extension for Magento. 120+ payment methods in more than 200 countries.
|
11 |
</description>
|
12 |
+
<notes>* Update Brick Form</notes>
|
|
|
13 |
<authors><author><name>Paymentwall</name><user>platforms</user><email>platforms@paymentwall.com</email></author></authors>
|
14 |
+
<date>2015-11-17</date>
|
15 |
+
<time>09:52:33</time>
|
16 |
+
<contents><target name="magecommunity"><dir name="Paymentwall"><dir name="Paymentwall"><dir name="Block"><dir name="Checkout"><dir name="Form"><dir name="Method"><file name="Abstract.php" hash="de9bfa933a6e1757c3bab53768ec4d62"/><file name="Pwbrick.php" hash="c01cabde8670bdff801534fe283b0534"/><file name="Pwlocal.php" hash="2d4a1fb4fdfcaaf5d7cf72eae4231965"/></dir></dir><dir name="Info"><dir name="Method"><file name="Pwbrick.php" hash="4d8bc2a37e04c180896a708dabf9cfa7"/><file name="Pwlocal.php" hash="52d3d7580cbdcc8bf0f98834b9a9e5a0"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="4270b082a8264e63f6a82228b3e2c1d2"/></dir><dir name="Model"><dir name="Method"><file name="Abstract.php" hash="9569622bded9c0da37b101a3873b0613"/><file name="Pwbrick.php" hash="291f79a532d85974f96d7cafd7fd8a12"/><file name="Pwlocal.php" hash="214c700db4b9c81173bb1ec9ee63f0c9"/></dir><file name="Pingback.php" hash="1f72ce87c04bd771d9f5f3d6121d45a2"/></dir><dir name="controllers"><file name="PaymentController.php" hash="6d576fabeef93bc1e36a1dad97a26f9c"/></dir><dir name="etc"><file name="config.xml" hash="a3cecb964e427b27f32167923ac8ff93"/><file name="system.xml" hash="82abac90b5d8edf1b47e72135245b2ea"/></dir></dir></dir></target><target name="magelib"><dir name="paymentwall-php"><file name="LICENSE" hash="001561189374b83bcd6bc7f962daee8a"/><file name="README.md" hash="094753cc8aed5d682e40ae82de375ad1"/><file name="composer.json" hash="4e7035c64f2d74ba0a5f5cf80effe45e"/><dir name="features"><dir name="bootstrap"><file name="ChargeContext.php" hash="f1d0604f2fc16dd5932535f9c24995a3"/><file name="FeatureContext.php" hash="146d6e79c6704cfb24ee6f2a7b7fba5a"/><file name="PingbackContext.php" hash="b6c86d8f3c9caa21435f47ddb2d5add1"/><file name="WidgetContext.php" hash="70c8d608eb407e346467c2a8f7162732"/></dir><file name="charge.feature" hash="04258fc641535794c48c6c55aad7f94f"/><file name="pingback.feature" hash="05869da8a3e36b6bec0293a22c1a9235"/><file name="widget.feature" hash="198999d8bf357de175f3268cc88337f6"/></dir><dir name="lib"><dir name="Paymentwall"><file name="ApiObject.php" hash="dae810eb439b239392a7706f5421f5b8"/><file name="ApiObjectInterface.php" hash="4922ff334356aac33a5b159f8d001b93"/><file name="Base.php" hash="9bdae1c385327dadbd0ca5c9bbbe6107"/><file name="Card.php" hash="d8aa72a3e8ea0cdd132867164c8352c1"/><file name="Charge.php" hash="0ca04683046e9abdf3968f495db625c4"/><file name="Config.php" hash="9253f2afd5523653dd9e5fce2afc15c4"/><file name="GenerericApiObject.php" hash="6016e500c2c6736048c2f27ae8924a1c"/><file name="HttpAction.php" hash="66bc684bf7476bd21ed6f3275c3ed758"/><file name="Instance.php" hash="86422afa5d43aac945021ef694b9bbc1"/><file name="OneTimeToken.php" hash="e3b9c56c34920c9b5ea53609d95acb3b"/><file name="Pingback.php" hash="fefcc3b656ab048d1f136c2b6896562a"/><file name="Product.php" hash="8b382cb28b68f77c9784e5dbc40512cb"/><dir name="Response"><file name="Abstract.php" hash="f59033acb9e14fa7a90cc2f812b6970c"/><file name="Error.php" hash="4554a0b337a2748221fb7dfae2daa8c2"/><file name="Factory.php" hash="7036d21f4682b505d5b1ff04ec79e355"/><file name="Interface.php" hash="e75f22329b3c8cbdf389aee8366ceaf3"/><file name="Success.php" hash="1f3c6c58b4273eadff5ef4b482b65187"/></dir><dir name="Signature"><file name="Abstract.php" hash="dea8f9c03b02db7462d276e3611a3a98"/><file name="Pingback.php" hash="1ab1e00037d395f9bc55bea929397927"/><file name="Widget.php" hash="2e1e2a712a0eca4f54f834838df51a59"/></dir><file name="Subscription.php" hash="7110f0292dbe01e4bc1517b5cc206ed2"/><file name="Widget.php" hash="6a91e8c0f4fe930facde52c2750824da"/></dir><file name="paymentwall.php" hash="6f4ee78ffb0677d2a49d2417dae2c038"/></dir><file name=".git" hash="50da8e1bb8ed3a4d1e1413fe2d6c0d68"/><file name=".gitignore" hash="d22fe2936066c576100994c62f32761e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="paymentwall.css" hash="408b3eb269441b27d262c3abc6da78f3"/></dir><dir name="js"><file name="paymentwall.js" hash="cd7c024937af425dc35fcfdc772caf9f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="paymentwall.xml" hash="15713872f2239c9b3cb615291b36e54b"/></dir><dir name="template"><dir name="paymentwall"><dir name="checkout"><dir name="form"><dir name="method"><file name="pwbrick.phtml" hash="95f073505e84b3c75607ff52538c01c7"/><file name="pwlocal.phtml" hash="b964770e54bb91fca23a49951e3c744c"/></dir></dir><dir name="info"><dir name="method"><file name="pwbrick.phtml" hash="b23472e15332c427456e9d92619eecff"/></dir></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|
skin/frontend/base/default/css/paymentwall.css
CHANGED
File without changes
|
skin/frontend/base/default/js/paymentwall.js
CHANGED
File without changes
|