Cardpay_HighRisk - Version 1.0.3

Version Notes

Minor bug fixes.

Download this release

Release Info

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


Code changes from version 1.0.2 to 1.0.3

app/code/community/Cardpay/HighRisk/etc/config.xml CHANGED
@@ -20,7 +20,7 @@
20
  <congig>
21
  <modules>
22
  <Cardpay_HighRisk>
23
- <version>1.0.2</version>
24
  </Cardpay_HighRisk>
25
  </modules>
26
  <global>
@@ -73,7 +73,7 @@
73
  <payment>
74
  <highrisk>
75
  <active>0</active>
76
- <model>highrisk/paymentMethod</model>
77
  <order_status>processing</order_status>
78
  <title>Credit Card (Cardpay Solutions)</title>
79
  <cctypes>VI,MC,AE,DI,JCB</cctypes>
20
  <congig>
21
  <modules>
22
  <Cardpay_HighRisk>
23
+ <version>1.0.3</version>
24
  </Cardpay_HighRisk>
25
  </modules>
26
  <global>
73
  <payment>
74
  <highrisk>
75
  <active>0</active>
76
+ <model>highrisk/paymentmethod</model>
77
  <order_status>processing</order_status>
78
  <title>Credit Card (Cardpay Solutions)</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_HighRisk</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>Cardpay Solutions payment extension for high risk merchant categories.</summary>
10
  <description>The Cardpay Solutions payment extension allows you to securely accept credit cards through your Magento store. In addition to processing one-time transactions, the extension also utilizes our PCI Compliant Customer Vault 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:47:07</time>
15
- <contents><target name="magecommunity"><dir name="Cardpay"><dir name="HighRisk"><dir name="Block"><file name="Creditcard.php" hash="d87286ee278bf81a571edc6411a4a321"/><file name="Form.php" hash="089092e8d5300b7f6891ccb185fc3a8a"/><file name="Info.php" hash="c027f81c9e2b8b2611992e3c581ec29f"/></dir><dir name="Helper"><file name="Data.php" hash="502e0cecba86570654c013c5b792b501"/></dir><dir name="Model"><file name="Creditcard.php" hash="b506d622c60108abadc0957d216975ef"/><file name="PaymentMethod.php" hash="d5133d306da8d36f964767dd59683a5e"/><dir name="Resource"><dir name="Creditcard"><file name="Collection.php" hash="68172bf077bcc27b4db8564dc7c52b8a"/></dir><file name="Creditcard.php" hash="d56cb61ae5278d7175e3e8054ae10b63"/></dir><dir name="Source"><file name="Cctype.php" hash="7671061ef1acb22e1caa83c334352025"/><file name="PaymentAction.php" hash="18d2e13fd5ff87743cedf8de27e3f05a"/></dir></dir><dir name="controllers"><file name="CreditcardController.php" hash="12a3a4710502297c89f1c56b85f73334"/></dir><dir name="etc"><file name="config.xml" hash="d36f980cf493972f00a9d1737ed0d72b"/><file name="system.xml" hash="4bdc2e2a7e91996cde5545a9bfc6ce66"/></dir><dir name="sql"><dir name="highrisk_setup"><file name="install-1.0.0.php" hash="6d3767d7c5f67c6859e3115109a00c76"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="highrisk"><file name="form.phtml" hash="7048cf4851cc69569eb3aca91b620ad7"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="highrisk.xml" hash="ec4a4d4adea468819869c734cb557691"/></dir><dir name="template"><dir name="highrisk"><dir name="creditcard"><file name="delete.phtml" hash="c30e86312e41272b937586a7b50d9fdb"/><file name="edit.phtml" hash="8deba8b8d7c960abe2f5fc1c20056caf"/><file name="index.phtml" hash="245bca436d6fc0789833cadaad004188"/></dir><file name="form.phtml" hash="b6af5458a74f8c28373b5b9bfd756a00"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cardpay_HighRisk.xml" hash="f7c58cf24a240615c95b44c4abbd0cbb"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Cardpay_HighRisk.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_HighRisk</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>Cardpay Solutions payment extension for high risk merchant categories.</summary>
10
  <description>The Cardpay Solutions payment extension allows you to securely accept credit cards through your Magento store. In addition to processing one-time transactions, the extension also utilizes our PCI Compliant Customer Vault 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:12:36</time>
15
+ <contents><target name="magecommunity"><dir name="Cardpay"><dir name="HighRisk"><dir name="Block"><file name="Creditcard.php" hash="d87286ee278bf81a571edc6411a4a321"/><file name="Form.php" hash="089092e8d5300b7f6891ccb185fc3a8a"/><file name="Info.php" hash="c027f81c9e2b8b2611992e3c581ec29f"/></dir><dir name="Helper"><file name="Data.php" hash="502e0cecba86570654c013c5b792b501"/></dir><dir name="Model"><file name="Creditcard.php" hash="b506d622c60108abadc0957d216975ef"/><file name="PaymentMethod.php" hash="d5133d306da8d36f964767dd59683a5e"/><dir name="Resource"><dir name="Creditcard"><file name="Collection.php" hash="68172bf077bcc27b4db8564dc7c52b8a"/></dir><file name="Creditcard.php" hash="d56cb61ae5278d7175e3e8054ae10b63"/></dir><dir name="Source"><file name="Cctype.php" hash="7671061ef1acb22e1caa83c334352025"/><file name="PaymentAction.php" hash="18d2e13fd5ff87743cedf8de27e3f05a"/></dir></dir><dir name="controllers"><file name="CreditcardController.php" hash="12a3a4710502297c89f1c56b85f73334"/></dir><dir name="etc"><file name="config.xml" hash="b914ec02d269a3d4dc41f400611051a4"/><file name="system.xml" hash="4bdc2e2a7e91996cde5545a9bfc6ce66"/></dir><dir name="sql"><dir name="highrisk_setup"><file name="install-1.0.0.php" hash="6d3767d7c5f67c6859e3115109a00c76"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="highrisk"><file name="form.phtml" hash="7048cf4851cc69569eb3aca91b620ad7"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="highrisk.xml" hash="ec4a4d4adea468819869c734cb557691"/></dir><dir name="template"><dir name="highrisk"><dir name="creditcard"><file name="delete.phtml" hash="c30e86312e41272b937586a7b50d9fdb"/><file name="edit.phtml" hash="8deba8b8d7c960abe2f5fc1c20056caf"/><file name="index.phtml" hash="245bca436d6fc0789833cadaad004188"/></dir><file name="form.phtml" hash="b6af5458a74f8c28373b5b9bfd756a00"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cardpay_HighRisk.xml" hash="f7c58cf24a240615c95b44c4abbd0cbb"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Cardpay_HighRisk.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>