Version Notes
This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.7,1.8,1.9.* . In this particular version we are supporting it to run on PHP V 7.0.99
Download this release
Release Info
Developer | Rave Infosys |
Extension | First_Data_Gateway_Integration |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- package.xml +6 -8
package.xml
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>First_Data_Gateway_Integration</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension allows you to make payments using FirstData Global Gateway for all your online shopping needs.</summary>
|
10 |
-
<description>To facilitate the payment options, this extension provides seamless integration with First Data Global Gateway. This extension allows you to make secure payments using FirstData Global Gateway for all your online shopping needs. It supports all credit cards such as Visa, MasterCard, AE, JCB etc
|
11 |
-
|
12 |
-
The customer is not required to leave the Magento store for making the payment. FDGG does support multiple currencies however you need to check FDGG website for latest updates.</description>
|
13 |
-
<notes>This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.7,1.8,1.9.* . In this particular version we are supporting it to run on PHP V 5.5.X.</notes>
|
14 |
<authors><author><name>Rave Infosys</name><user>raveinfo</user><email>magento@raveinfosys.com</email></author></authors>
|
15 |
-
<date>2016-
|
16 |
-
<time>
|
17 |
<contents><target name="magecommunity"><dir name="Raveinfosys"><dir name="Linkpoint"><dir name="Model"><file name="Linkpoint.php" hash="4c781b3cb9181a3e4fc4f57c923a9015"/><file name="Observer.php" hash="0a38baf1cb0af1ce54aeecd9b59d4efe"/><file name="Soapclienthmac.php" hash="00b202168782c8137fc535b94f8c1f05"/></dir><dir name="etc"><file name="config.xml" hash="e086274f91e8feccffef407a793b2a6d"/><file name="system.xml" hash="92a7b9885924ef7362399bdce807292b"/></dir><dir name="sql"><dir name="linkpoint_setup"><file name="mysql4-install-1.0.0.php" hash="e481582777149881c86863145d541707"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Linkpoint.xml" hash="87645041b22e2b0adf581b54991c6ee1"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
-
<dependencies><required><php><min>5.2.0</min><max>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>First_Data_Gateway_Integration</name>
|
4 |
+
<version>1.0.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension allows you to make payments using FirstData Global Gateway for all your online shopping needs.</summary>
|
10 |
+
<description>To facilitate the payment options, this extension provides seamless integration with First Data Global Gateway. This extension allows you to make secure payments using FirstData Global Gateway for all your online shopping needs. It supports all credit cards such as Visa, MasterCard, AE, JCB etc.</description>
|
11 |
+
<notes>This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.7,1.8,1.9.* . In this particular version we are supporting it to run on PHP V 7.0.99</notes>
|
|
|
|
|
12 |
<authors><author><name>Rave Infosys</name><user>raveinfo</user><email>magento@raveinfosys.com</email></author></authors>
|
13 |
+
<date>2016-08-24</date>
|
14 |
+
<time>06:28:37</time>
|
15 |
<contents><target name="magecommunity"><dir name="Raveinfosys"><dir name="Linkpoint"><dir name="Model"><file name="Linkpoint.php" hash="4c781b3cb9181a3e4fc4f57c923a9015"/><file name="Observer.php" hash="0a38baf1cb0af1ce54aeecd9b59d4efe"/><file name="Soapclienthmac.php" hash="00b202168782c8137fc535b94f8c1f05"/></dir><dir name="etc"><file name="config.xml" hash="e086274f91e8feccffef407a793b2a6d"/><file name="system.xml" hash="92a7b9885924ef7362399bdce807292b"/></dir><dir name="sql"><dir name="linkpoint_setup"><file name="mysql4-install-1.0.0.php" hash="e481582777149881c86863145d541707"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Linkpoint.xml" hash="87645041b22e2b0adf581b54991c6ee1"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>7.0.99</max></php></required></dependencies>
|
18 |
</package>
|