Version Notes
After installing the extension, Please do not forget to refresh magento cache. After refreshing caches, there will be new options in the admin > configuration > Payment Methods. Expand their blocks to enable them and save.
Download this release
Release Info
Developer | LuminousTec LLC |
Extension | iCheckgateway_Payment_Extension |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>iCheckgateway_Payment_Extension</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>Open Software License (OSL)</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Extension provides the payment gateway processing on credit cards and checks, to b used in the magento CE</summary>
|
10 |
+
<description>The extension provides the secure gateway to payment by iCheckgatway Payment gateway by means of cards and check payments.</description>
|
11 |
+
<notes>After installing the extension, Please do not forget to refresh magento cache. After refreshing caches, there will be new options in the admin > configuration > Payment Methods. Expand their blocks to enable them and save.</notes>
|
12 |
+
<authors><author><name>LuminousTec LLC</name><user>baljindernimble</user><email>baljinder@nimbe-solution.com</email></author></authors>
|
13 |
+
<date>2015-01-06</date>
|
14 |
+
<time>16:11:29</time>
|
15 |
+
<contents><target name="magecore"><dir name="."><dir name="app"><dir name="code"><dir name="core"><dir name="Mage"><dir name="Payment"><dir name="Block"><dir name="Form"><file name="CheckACH.php" hash=""/></dir><dir name="Info"><file name="CheckACH.php" hash=""/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="."><dir name="app"><dir name="code"><dir name="core"><dir name="Mage"><dir name="Payment"><dir name="Model"><dir name="Method"><file name="CheckACH.php" hash=""/></dir></dir></dir></dir></dir><dir name="local"><dir name="ICheckGateway"><dir name="Checks"><dir name="etc"><file name="config.xml" hash=""/><file name="system.xml" hash=""/></dir><dir name="Model"><file name="PaymentMethod.php" hash=""/></dir></dir><dir name="CreditCards"><dir name="etc"><file name="config.xml" hash=""/><file name="system.xml" hash=""/></dir><dir name="Model"><file name="PaymentMethod.php" hash=""/></dir></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="."><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="payment"><dir name="form"><file name="checkach.phtml" hash=""/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="."><dir name="app"><dir name="etc"><dir name="modules"><file name="ICheckGateway_Checks.xml" hash=""/><file name="ICheckGateway_CreditCards.xml" hash=""/></dir></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|