Version Notes
Changed name to myPOS Online.
Download this release
Release Info
Developer | iPay International S.A. |
Extension | myPOS_Virtual |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
app/code/community/Mypos/Virtual/controllers/PaymentController.php
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Mypos Virtual Checkout Payment Controller
|
|
|
4 |
* @author Intercard Finance AD
|
5 |
*/
|
6 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Mypos Virtual Checkout Payment Controller
|
4 |
+
*
|
5 |
* @author Intercard Finance AD
|
6 |
*/
|
7 |
|
app/code/community/Mypos/Virtual/etc/config.xml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<model>mypos_virtual/standard</model>
|
29 |
<active>1</active>
|
30 |
<test>1</test>
|
31 |
-
<title>myPOS
|
32 |
<payment_action>sale</payment_action>
|
33 |
<sort_order>1</sort_order>
|
34 |
<developer_url>https://www.mypos.eu/vmp/checkout-test</developer_url>
|
28 |
<model>mypos_virtual/standard</model>
|
29 |
<active>1</active>
|
30 |
<test>1</test>
|
31 |
+
<title>myPOS Checkout</title>
|
32 |
<payment_action>sale</payment_action>
|
33 |
<sort_order>1</sort_order>
|
34 |
<developer_url>https://www.mypos.eu/vmp/checkout-test</developer_url>
|
app/code/community/Mypos/Virtual/etc/system.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<payment>
|
5 |
<groups>To use this payment option you need to sign up for a myPOS account.
|
6 |
<mypos_virtual translate="label comment" module="paygate">
|
7 |
-
<label>myPOS
|
8 |
<frontend_type>text</frontend_type>
|
9 |
<sort_order>100</sort_order>
|
10 |
<show_in_default>1</show_in_default>
|
@@ -41,7 +41,7 @@
|
|
41 |
<show_in_website>1</show_in_website>
|
42 |
<show_in_store>1</show_in_store>
|
43 |
<comment>
|
44 |
-
<![CDATA[Determines whether the myPOS
|
45 |
</comment>
|
46 |
</test>
|
47 |
<sort_order translate="label">
|
@@ -97,7 +97,7 @@
|
|
97 |
<show_in_website>1</show_in_website>
|
98 |
<show_in_store>1</show_in_store>
|
99 |
<comment>
|
100 |
-
<![CDATA[The Private Key for your store is generated in your online banking at www.mypos.eu > menu
|
101 |
</comment>
|
102 |
</developer_store_private_key>
|
103 |
|
@@ -111,7 +111,7 @@
|
|
111 |
<show_in_website>1</show_in_website>
|
112 |
<show_in_store>1</show_in_store>
|
113 |
<comment>
|
114 |
-
<![CDATA[The myPOS Public Certificate is available for download in your online banking at www.mypos.eu > menu
|
115 |
</comment>
|
116 |
</developer_ipc_public_certificate>
|
117 |
|
@@ -134,7 +134,7 @@
|
|
134 |
<show_in_website>1</show_in_website>
|
135 |
<show_in_store>1</show_in_store>
|
136 |
<comment>
|
137 |
-
<![CDATA[The Key Index assigned to the certificate could be reviewed in your online banking at www.mypos.eu > menu
|
138 |
</comment>
|
139 |
</developer_keyindex>
|
140 |
</fields>
|
@@ -157,7 +157,7 @@
|
|
157 |
<show_in_website>1</show_in_website>
|
158 |
<show_in_store>1</show_in_store>
|
159 |
<comment>
|
160 |
-
<![CDATA[Store ID is given when you add a new online store. It could be reviewed in your online banking at www.mypos.eu > menu
|
161 |
</comment>
|
162 |
</production_sid>
|
163 |
<production_wallet_number translate="label">
|
@@ -182,7 +182,7 @@
|
|
182 |
<show_in_website>1</show_in_website>
|
183 |
<show_in_store>1</show_in_store>
|
184 |
<comment>
|
185 |
-
<![CDATA[The Private Key for your store is generated in your online banking at www.mypos.eu > menu
|
186 |
</comment>
|
187 |
</production_store_private_key>
|
188 |
|
@@ -195,7 +195,7 @@
|
|
195 |
<show_in_website>1</show_in_website>
|
196 |
<show_in_store>1</show_in_store>
|
197 |
<comment>
|
198 |
-
<![CDATA[The myPOS Public Certificate is available for download in your online banking at www.mypos.eu > menu
|
199 |
</comment>
|
200 |
</production_ipc_public_certificate>
|
201 |
|
@@ -218,7 +218,7 @@
|
|
218 |
<show_in_website>1</show_in_website>
|
219 |
<show_in_store>1</show_in_store>
|
220 |
<comment>
|
221 |
-
<![CDATA[The Key Index assigned to the certificate could be reviewed in your online banking at www.mypos.eu > menu
|
222 |
</comment>
|
223 |
</production_keyindex>
|
224 |
</fields>
|
4 |
<payment>
|
5 |
<groups>To use this payment option you need to sign up for a myPOS account.
|
6 |
<mypos_virtual translate="label comment" module="paygate">
|
7 |
+
<label>myPOS Checkout</label>
|
8 |
<frontend_type>text</frontend_type>
|
9 |
<sort_order>100</sort_order>
|
10 |
<show_in_default>1</show_in_default>
|
41 |
<show_in_website>1</show_in_website>
|
42 |
<show_in_store>1</show_in_store>
|
43 |
<comment>
|
44 |
+
<![CDATA[Determines whether the myPOS Checkout test environment is used.]]>
|
45 |
</comment>
|
46 |
</test>
|
47 |
<sort_order translate="label">
|
97 |
<show_in_website>1</show_in_website>
|
98 |
<show_in_store>1</show_in_store>
|
99 |
<comment>
|
100 |
+
<![CDATA[The Private Key for your store is generated in your online banking at www.mypos.eu > menu Online > Online stores > Keys.]]>
|
101 |
</comment>
|
102 |
</developer_store_private_key>
|
103 |
|
111 |
<show_in_website>1</show_in_website>
|
112 |
<show_in_store>1</show_in_store>
|
113 |
<comment>
|
114 |
+
<![CDATA[The myPOS Public Certificate is available for download in your online banking at www.mypos.eu > menu Online > Online stores > Keys.]]>
|
115 |
</comment>
|
116 |
</developer_ipc_public_certificate>
|
117 |
|
134 |
<show_in_website>1</show_in_website>
|
135 |
<show_in_store>1</show_in_store>
|
136 |
<comment>
|
137 |
+
<![CDATA[The Key Index assigned to the certificate could be reviewed in your online banking at www.mypos.eu > menu Online > Online stores > Keys.]]>
|
138 |
</comment>
|
139 |
</developer_keyindex>
|
140 |
</fields>
|
157 |
<show_in_website>1</show_in_website>
|
158 |
<show_in_store>1</show_in_store>
|
159 |
<comment>
|
160 |
+
<![CDATA[Store ID is given when you add a new online store. It could be reviewed in your online banking at www.mypos.eu > menu Online > Online stores.]]>
|
161 |
</comment>
|
162 |
</production_sid>
|
163 |
<production_wallet_number translate="label">
|
182 |
<show_in_website>1</show_in_website>
|
183 |
<show_in_store>1</show_in_store>
|
184 |
<comment>
|
185 |
+
<![CDATA[The Private Key for your store is generated in your online banking at www.mypos.eu > menu Online > Online stores > Keys.]]>
|
186 |
</comment>
|
187 |
</production_store_private_key>
|
188 |
|
195 |
<show_in_website>1</show_in_website>
|
196 |
<show_in_store>1</show_in_store>
|
197 |
<comment>
|
198 |
+
<![CDATA[The myPOS Public Certificate is available for download in your online banking at www.mypos.eu > menu Online > Online stores > Keys.]]>
|
199 |
</comment>
|
200 |
</production_ipc_public_certificate>
|
201 |
|
218 |
<show_in_website>1</show_in_website>
|
219 |
<show_in_store>1</show_in_store>
|
220 |
<comment>
|
221 |
+
<![CDATA[The Key Index assigned to the certificate could be reviewed in your online banking at www.mypos.eu > menu Online > Online stores > Keys.]]>
|
222 |
</comment>
|
223 |
</production_keyindex>
|
224 |
</fields>
|
package.xml
CHANGED
@@ -1,20 +1,20 @@
|
|
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>
|
8 |
<extends/>
|
9 |
<summary>Accept card payments in few easy steps! Try our simple and secure checkout solution for European merchants.</summary>
|
10 |
-
<description>myPOS
|
11 |

|
12 |
-
By using myPOS
|
13 |
-
<notes>
|
14 |
<authors><author><name>iPay International S.A.</name><user>ipay_developer</user><email>mvp@ipay.eu</email></author></authors>
|
15 |
-
<date>2017-
|
16 |
-
<time>14:
|
17 |
-
<contents><target name="magecommunity"><dir name="Mypos"><dir name="Virtual"><dir name="Helper"><file name="Data.php" hash="6af64a9da31c144381b98e8c024b5dec"/></dir><dir name="Model"><file name="Standard.php" hash="9c304393adbff742cbfec7af6a37bea7"/></dir><dir name="controllers"><file name="PaymentController.php" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.4.8</min><max>7.9.9</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>mypos_virtual</name>
|
4 |
+
<version>1.0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Accept card payments in few easy steps! Try our simple and secure checkout solution for European merchants.</summary>
|
10 |
+
<description>myPOS Online is an extension especially designed for European-based merchants who need a simple and secure complete checkout solution. Start accepting credit and debit card payments at your online store in few easy steps.
|
11 |

|
12 |
+
By using myPOS Online you enjoy a checkout extension backed-up by a comprehensive free merchant account with multiple currencies and an IBAN in Luxembourg.</description>
|
13 |
+
<notes>Changed name to myPOS Online.</notes>
|
14 |
<authors><author><name>iPay International S.A.</name><user>ipay_developer</user><email>mvp@ipay.eu</email></author></authors>
|
15 |
+
<date>2017-03-24</date>
|
16 |
+
<time>14:45:02</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Mypos"><dir name="Virtual"><dir name="Helper"><file name="Data.php" hash="6af64a9da31c144381b98e8c024b5dec"/></dir><dir name="Model"><file name="Standard.php" hash="9c304393adbff742cbfec7af6a37bea7"/></dir><dir name="controllers"><file name="PaymentController.php" hash="708b0e39757340f5ce947ed048b14b1d"/></dir><dir name="etc"><file name="config.xml" hash="07fc602c3807bcb91bdaca7ae6e01c27"/><file name="system.xml" hash="8fbb7567446344e80c0b6363f3d24dc9"/></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="5c659a5b593e77f6e396d7cb6c04a202"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.4.8</min><max>7.9.9</max></php></required></dependencies>
|
20 |
</package>
|