Version Notes
Minor bug fixes.
Download this release
Release Info
Developer | Brian McGowan |
Extension | Cardpay_PayeezyLevel3 |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/community/Cardpay/PayeezyLevel3/etc/config.xml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
<congig>
|
21 |
<modules>
|
22 |
<Cardpay_PayeezyLevel3>
|
23 |
-
<version>1.0.
|
24 |
</Cardpay_PayeezyLevel3>
|
25 |
</modules>
|
26 |
<global>
|
20 |
<congig>
|
21 |
<modules>
|
22 |
<Cardpay_PayeezyLevel3>
|
23 |
+
<version>1.0.2</version>
|
24 |
</Cardpay_PayeezyLevel3>
|
25 |
</modules>
|
26 |
<global>
|
app/design/adminhtml/default/default/template/payeezylevel3/form.phtml
CHANGED
@@ -121,6 +121,14 @@ $_useVault = $_model->useVault() && count($_savedCards);
|
|
121 |
var token = selectBox.getValue();
|
122 |
if (token)
|
123 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
$$('.hide-if-token').invoke('hide');
|
125 |
enableDisableFields("disabled");
|
126 |
}
|
121 |
var token = selectBox.getValue();
|
122 |
if (token)
|
123 |
{
|
124 |
+
$('<?php echo $_code ?>_cc_type').value = "";
|
125 |
+
$('<?php echo $_code ?>_cc_number').value = "";
|
126 |
+
$('<?php echo $_code ?>_expiration').value = "";
|
127 |
+
$('<?php echo $_code ?>_expiration_yr').value = "";
|
128 |
+
<?php if($this->hasVerification()): ?>
|
129 |
+
$('<?php echo $_code ?>_cc_cid').value = "";
|
130 |
+
<?php endif; ?>
|
131 |
+
$('<?php echo $_code ?>_save_card').checked = false;
|
132 |
$$('.hide-if-token').invoke('hide');
|
133 |
enableDisableFields("disabled");
|
134 |
}
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cardpay_PayeezyLevel3</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>The First Data Payeezy B2B payment extension allows you to securely accept credit cards through your Magento store with Level 3 transaction data to obtain the lowest possible interchange rates for Business, Corporate, and Purchase cards. In addition to processing one-time transactions, the extension also utilizes First Data TransArmor Tokenization to allow customers to securely store and manage credit card profiles for future use.</description>
|
11 |
<notes>Minor bug fixes.</notes>
|
12 |
<authors><author><name>Brian McGowan</name><user>bmcgowan</user><email>bmcgowan@cardpaysolutions.com</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Cardpay"><dir name="PayeezyLevel3"><dir name="Block"><file name="Creditcard.php" hash="1eaa6e7510ff9c286b222996132197e6"/><file name="Form.php" hash="105c1a0cf35d68976aec95f43306c095"/><file name="Info.php" hash="1dd342a5127d7efc5b5ffe024474c80e"/></dir><dir name="Helper"><file name="Data.php" hash="ed90a311afeb22c569eee685898df857"/></dir><dir name="Model"><file name="Creditcard.php" hash="28d76d2492ba5a102b747943a0a75d0b"/><file name="PaymentMethod.php" hash="314d46842baa6392101b1c2ed798e762"/><dir name="Resource"><dir name="Creditcard"><file name="Collection.php" hash="6a9b5d47eaa40dcaa21e61c1ed908eb6"/></dir><file name="Creditcard.php" hash="e7d3bfb2eab308e2ddb1d9a927bc99e9"/></dir><dir name="Source"><file name="Cctype.php" hash="efc27b900cb34efcbaff8100e84ee306"/><file name="PaymentAction.php" hash="799cdb59f7d4a13b7193ccca4d33f78b"/></dir></dir><dir name="controllers"><file name="CreditcardController.php" hash="b4f3222897d52e2b06f860ce29cdb17e"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.3.29</min><max>5.6.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cardpay_PayeezyLevel3</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>The First Data Payeezy B2B payment extension allows you to securely accept credit cards through your Magento store with Level 3 transaction data to obtain the lowest possible interchange rates for Business, Corporate, and Purchase cards. In addition to processing one-time transactions, the extension also utilizes First Data TransArmor Tokenization to allow customers to securely store and manage credit card profiles for future use.</description>
|
11 |
<notes>Minor bug fixes.</notes>
|
12 |
<authors><author><name>Brian McGowan</name><user>bmcgowan</user><email>bmcgowan@cardpaysolutions.com</email></author></authors>
|
13 |
+
<date>2016-10-07</date>
|
14 |
+
<time>17:31:18</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Cardpay"><dir name="PayeezyLevel3"><dir name="Block"><file name="Creditcard.php" hash="1eaa6e7510ff9c286b222996132197e6"/><file name="Form.php" hash="105c1a0cf35d68976aec95f43306c095"/><file name="Info.php" hash="1dd342a5127d7efc5b5ffe024474c80e"/></dir><dir name="Helper"><file name="Data.php" hash="ed90a311afeb22c569eee685898df857"/></dir><dir name="Model"><file name="Creditcard.php" hash="28d76d2492ba5a102b747943a0a75d0b"/><file name="PaymentMethod.php" hash="314d46842baa6392101b1c2ed798e762"/><dir name="Resource"><dir name="Creditcard"><file name="Collection.php" hash="6a9b5d47eaa40dcaa21e61c1ed908eb6"/></dir><file name="Creditcard.php" hash="e7d3bfb2eab308e2ddb1d9a927bc99e9"/></dir><dir name="Source"><file name="Cctype.php" hash="efc27b900cb34efcbaff8100e84ee306"/><file name="PaymentAction.php" hash="799cdb59f7d4a13b7193ccca4d33f78b"/></dir></dir><dir name="controllers"><file name="CreditcardController.php" hash="b4f3222897d52e2b06f860ce29cdb17e"/></dir><dir name="etc"><file name="config.xml" hash="6f741d2a900675c098632ad37555292e"/><file name="system.xml" hash="6fc495363d9031473b74928016f46903"/></dir><dir name="sql"><dir name="payeezylevel3_setup"><file name="install-1.0.0.php" hash="37a732780109ce25bdbcdca476d65d1b"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="payeezylevel3"><file name="form.phtml" hash="24e5ad3350394042ba6c07766d45ecac"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="payeezylevel3.xml" hash="2b7b51e001ff2375224aded6d3358547"/></dir><dir name="template"><dir name="payeezylevel3"><dir name="creditcard"><file name="delete.phtml" hash="3330f6bf1b94299dc203d796aec51a0c"/><file name="edit.phtml" hash="c7d0c70f9fa4366419052119c16c78ad"/><file name="index.phtml" hash="db8cf141fd6add155177f9f6c7f8e3ed"/></dir><file name="form.phtml" hash="4ed133532f665016f2551b71e1619537"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cardpay_PayeezyLevel3.xml" hash="ae44b2b97dd21cc51fb70642f51d0f04"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Cardpay_PayeezyLevel3.csv" hash="1dad15e42befedbf24800f845bebb60c"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.3.29</min><max>5.6.26</max></php></required></dependencies>
|
18 |
</package>
|