Version Notes
Stable and well tested version of Paymentwall payment extension
Download this release
Release Info
Developer | Ivan |
Extension | paymentwall_magento_module |
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>paymentwall_magento_module</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>MITL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Paymentwall PCI compliant payment module for Magento. 120+ payment methods in more than 200 countries.</summary>
|
10 |
+
<description>Paymentwall’s Magneto plug-in is easy to install and fully customizable payment extension. With a single integration you’ll have access to our 120+ payment options localized in 75+ currencies and more than 200 countries. You’ll also have access to our top-notch risk management and fraud protection services, optimization assistance, 24/7 live customer support and detail analytics and reporting tools.</description>
|
11 |
+
<notes>Stable and well tested version of Paymentwall payment extension</notes>
|
12 |
+
<authors><author><name>Ivan</name><user>Paymentwall</user><email>ivan.shvets@paymentwall.com</email></author></authors>
|
13 |
+
<date>2014-09-03</date>
|
14 |
+
<time>09:54:13</time>
|
15 |
+
<contents></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.3.0</min><max>5.6.0</max></php><package><name>paymentwall_magento_module</name><channel>community</channel><min>1.7</min><max>1.9</max></package></required></dependencies>
|
18 |
+
</package>
|