Version Notes
myPOS Virtual for shopping cart is an effective and secure way for accepting card payments on your website. Just install the plugin and let your customers pay for your goods and services easily and secure using their Debit/Credit card. You will also need to register for myPOS account at www.mypos.eu.
Download this release
Release Info
Developer | iPay International S.A. |
Extension | myPOS_Virtual |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/community/Mypos/Virtual/Helper/Data.php +0 -0
- app/code/community/Mypos/Virtual/Model/Standard.php +0 -0
- app/code/community/Mypos/Virtual/controllers/PaymentController.php +0 -0
- app/code/community/Mypos/Virtual/etc/config.xml +0 -0
- app/code/community/Mypos/Virtual/etc/system.xml +0 -0
- app/design/frontend/base/default/template/mypos_virtual/redirect.phtml +0 -0
- app/etc/modules/Mypos_Virtual.xml +0 -0
- package.xml +4 -4
app/code/community/Mypos/Virtual/Helper/Data.php
CHANGED
File without changes
|
app/code/community/Mypos/Virtual/Model/Standard.php
CHANGED
File without changes
|
app/code/community/Mypos/Virtual/controllers/PaymentController.php
CHANGED
File without changes
|
app/code/community/Mypos/Virtual/etc/config.xml
CHANGED
File without changes
|
app/code/community/Mypos/Virtual/etc/system.xml
CHANGED
File without changes
|
app/design/frontend/base/default/template/mypos_virtual/redirect.phtml
CHANGED
File without changes
|
app/etc/modules/Mypos_Virtual.xml
CHANGED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>myPOS_Virtual</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -12,9 +12,9 @@ By using myPOS Virtual you enjoy a checkout extension backed-up by a comprehensi
|
|
12 |
</description>
|
13 |
<notes>myPOS Virtual for shopping cart is an effective and secure way for accepting card payments on your website. Just install the plugin and let your customers pay for your goods and services easily and secure using their Debit/Credit card. You will also need to register for myPOS account at www.mypos.eu.</notes>
|
14 |
<authors><author><name>iPay International S.A.</name><user>ipay_developer</user><email>mvp@ipay.eu</email></author></authors>
|
15 |
-
<date>
|
16 |
-
<time>
|
17 |
<contents><target name="magecommunity"><dir name="Mypos"><dir name="Virtual"><dir name="Helper"><file name="Data.php" hash="80bb4a2d794c32c2c4b62aecdd2d7e1b"/></dir><dir name="Model"><file name="Standard.php" hash="9c304393adbff742cbfec7af6a37bea7"/></dir><dir name="controllers"><file name="PaymentController.php" hash="725bd38de841efc89f205af4615d3349"/></dir><dir name="etc"><file name="config.xml" hash="51643300f013179eac57d538544420c1"/><file name="system.xml" hash="2d1fada936e99769bcca2350c69ce78a"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="mypos_virtual"><file name="redirect.phtml" hash="32904da0aa80adf0e0bc8b9c03c4f89e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mypos_Virtual.xml" hash="d38d8e8a3a6631179dfc3498736c75c9"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
-
<dependencies><required><php><min>5.
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>myPOS_Virtual</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
12 |
</description>
|
13 |
<notes>myPOS Virtual for shopping cart is an effective and secure way for accepting card payments on your website. Just install the plugin and let your customers pay for your goods and services easily and secure using their Debit/Credit card. You will also need to register for myPOS account at www.mypos.eu.</notes>
|
14 |
<authors><author><name>iPay International S.A.</name><user>ipay_developer</user><email>mvp@ipay.eu</email></author></authors>
|
15 |
+
<date>2016-03-01</date>
|
16 |
+
<time>15:49:42</time>
|
17 |
<contents><target name="magecommunity"><dir name="Mypos"><dir name="Virtual"><dir name="Helper"><file name="Data.php" hash="80bb4a2d794c32c2c4b62aecdd2d7e1b"/></dir><dir name="Model"><file name="Standard.php" hash="9c304393adbff742cbfec7af6a37bea7"/></dir><dir name="controllers"><file name="PaymentController.php" hash="725bd38de841efc89f205af4615d3349"/></dir><dir name="etc"><file name="config.xml" hash="51643300f013179eac57d538544420c1"/><file name="system.xml" hash="2d1fada936e99769bcca2350c69ce78a"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="mypos_virtual"><file name="redirect.phtml" hash="32904da0aa80adf0e0bc8b9c03c4f89e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mypos_Virtual.xml" hash="d38d8e8a3a6631179dfc3498736c75c9"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.4.8</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|