Cardpay_GlobalGatewaye4 - Version 1.0.3

Version Notes

Minor bug fixes.

Download this release

Release Info

Developer Brian McGowan
Extension Cardpay_GlobalGatewaye4
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/community/Cardpay/GlobalGatewaye4/etc/config.xml CHANGED
@@ -73,7 +73,7 @@
73
  <payment>
74
  <globalgatewaye4>
75
  <active>0</active>
76
- <model>globalgatewaye4/paymentMethod</model>
77
  <order_status>processing</order_status>
78
  <title>Credit Card (Global Gateway e4)</title>
79
  <cctypes>VI,MC,AE,DI,JCB</cctypes>
73
  <payment>
74
  <globalgatewaye4>
75
  <active>0</active>
76
+ <model>globalgatewaye4/paymentmethod</model>
77
  <order_status>processing</order_status>
78
  <title>Credit Card (Global Gateway e4)</title>
79
  <cctypes>VI,MC,AE,DI,JCB</cctypes>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cardpay_GlobalGatewaye4</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>
8
  <extends/>
9
  <summary>First Data Global Gateway e4 payment extension with TransArmor.</summary>
10
  <description>The First Data Global Gateway e4 payment extension allows you to securely accept credit cards through your Magento store. 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:42:13</time>
15
- <contents><target name="magecommunity"><dir name="Cardpay"><dir name="GlobalGatewaye4"><dir name="Block"><file name="Creditcard.php" hash="b26130c3e60a3baa86356f6901880bd7"/><file name="Form.php" hash="431030b3d0848cbf3e69ee49512daf7a"/><file name="Info.php" hash="56fe37578d6aa6e6c722894571b06d3e"/></dir><dir name="Helper"><file name="Data.php" hash="7c86f3dc7466d5db9c47deb4fec9414d"/></dir><dir name="Model"><file name="Creditcard.php" hash="93713255bdf16405336463767076a894"/><file name="PaymentMethod.php" hash="e4c643ef7a63dd5a91c01ae266e4cd5d"/><dir name="Resource"><dir name="Creditcard"><file name="Collection.php" hash="4cb6c51d028306fc0578db563fbdc749"/></dir><file name="Creditcard.php" hash="c58f28c911141b84715782822ef334c7"/></dir><dir name="Source"><file name="Cctype.php" hash="e5ba63826c4a7445836fc2747a5c0a7c"/><file name="PaymentAction.php" hash="dab7cf7a6aaf36fab506b8b73cd3663e"/></dir></dir><dir name="controllers"><file name="CreditcardController.php" hash="d14b27a57b784b7a5e8668f6489e51a4"/></dir><dir name="etc"><file name="config.xml" hash="6f38626d7a0d00d507358535081cf90b"/><file name="system.xml" hash="9d7250c1b4b60c38a3590081f270e51e"/></dir><dir name="sql"><dir name="globalgatewaye4_setup"><file name="install-1.0.0.php" hash="d833d213526f1f92de011ed44eeb821f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="globalgatewaye4"><file name="form.phtml" hash="729d7b3849cbabc0724877bb585691e4"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="globalgatewaye4.xml" hash="14d4d99a2c3ba5b7739a7840b5e79bae"/></dir><dir name="template"><dir name="globalgatewaye4"><dir name="creditcard"><file name="delete.phtml" hash="69ebb39a4f8c1e2b4c0ffe08a0a9fcba"/><file name="edit.phtml" hash="3b908561a07e83b564e0ee6c23af5ac0"/><file name="index.phtml" hash="ecd154705df55134e5d9b16de05b3e0a"/></dir><file name="form.phtml" hash="e3ebbdc3832b3730a5cf9fb9cbcbbbbe"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cardpay_GlobalGatewaye4.xml" hash="7cd69d3b88915e5dceff1dfc9996c145"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Cardpay_GlobalGatewaye4.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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cardpay_GlobalGatewaye4</name>
4
+ <version>1.0.3</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>
8
  <extends/>
9
  <summary>First Data Global Gateway e4 payment extension with TransArmor.</summary>
10
  <description>The First Data Global Gateway e4 payment extension allows you to securely accept credit cards through your Magento store. 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-19</date>
14
+ <time>19:16:04</time>
15
+ <contents><target name="magecommunity"><dir name="Cardpay"><dir name="GlobalGatewaye4"><dir name="Block"><file name="Creditcard.php" hash="b26130c3e60a3baa86356f6901880bd7"/><file name="Form.php" hash="431030b3d0848cbf3e69ee49512daf7a"/><file name="Info.php" hash="56fe37578d6aa6e6c722894571b06d3e"/></dir><dir name="Helper"><file name="Data.php" hash="7c86f3dc7466d5db9c47deb4fec9414d"/></dir><dir name="Model"><file name="Creditcard.php" hash="93713255bdf16405336463767076a894"/><file name="PaymentMethod.php" hash="e4c643ef7a63dd5a91c01ae266e4cd5d"/><dir name="Resource"><dir name="Creditcard"><file name="Collection.php" hash="4cb6c51d028306fc0578db563fbdc749"/></dir><file name="Creditcard.php" hash="c58f28c911141b84715782822ef334c7"/></dir><dir name="Source"><file name="Cctype.php" hash="e5ba63826c4a7445836fc2747a5c0a7c"/><file name="PaymentAction.php" hash="dab7cf7a6aaf36fab506b8b73cd3663e"/></dir></dir><dir name="controllers"><file name="CreditcardController.php" hash="d14b27a57b784b7a5e8668f6489e51a4"/></dir><dir name="etc"><file name="config.xml" hash="302192c951cc519761154cc44f2d4723"/><file name="system.xml" hash="9d7250c1b4b60c38a3590081f270e51e"/></dir><dir name="sql"><dir name="globalgatewaye4_setup"><file name="install-1.0.0.php" hash="d833d213526f1f92de011ed44eeb821f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="globalgatewaye4"><file name="form.phtml" hash="729d7b3849cbabc0724877bb585691e4"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="globalgatewaye4.xml" hash="14d4d99a2c3ba5b7739a7840b5e79bae"/></dir><dir name="template"><dir name="globalgatewaye4"><dir name="creditcard"><file name="delete.phtml" hash="69ebb39a4f8c1e2b4c0ffe08a0a9fcba"/><file name="edit.phtml" hash="3b908561a07e83b564e0ee6c23af5ac0"/><file name="index.phtml" hash="ecd154705df55134e5d9b16de05b3e0a"/></dir><file name="form.phtml" hash="e3ebbdc3832b3730a5cf9fb9cbcbbbbe"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cardpay_GlobalGatewaye4.xml" hash="7cd69d3b88915e5dceff1dfc9996c145"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Cardpay_GlobalGatewaye4.csv" hash="1dad15e42befedbf24800f845bebb60c"/></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.3.29</min><max>5.6.27</max></php></required></dependencies>
18
  </package>