Version Notes
Fixed a bug for customer country.
Download this release
Release Info
Developer | iPay International S.A. |
Extension | myPOS_Virtual |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
app/code/community/Mypos/Virtual/Helper/Data.php
CHANGED
@@ -83,7 +83,7 @@ class Mypos_Virtual_Helper_Data extends Mage_Core_Helper_Abstract
|
|
83 |
$post['CustomerEmail'] = $_order->getCustomerEmail();
|
84 |
$post['CustomerFirstNames'] = $_order->getCustomerFirstname();
|
85 |
$post['CustomerFamilyName'] = $_order->getCustomerLastname();
|
86 |
-
$post['CustomerCountry'] = $billing_address->getCountryModel()->getIso3Code() !== 'ROU'
|
87 |
$post['CustomerCity'] = $billing_address->getCity();
|
88 |
$post['CustomerZIPCode'] = $billing_address->getPostcode();
|
89 |
$post['CustomerAddress'] = $billing_address->getStreetFull();
|
83 |
$post['CustomerEmail'] = $_order->getCustomerEmail();
|
84 |
$post['CustomerFirstNames'] = $_order->getCustomerFirstname();
|
85 |
$post['CustomerFamilyName'] = $_order->getCustomerLastname();
|
86 |
+
$post['CustomerCountry'] = $billing_address->getCountryModel()->getIso3Code() !== 'ROU' ? $billing_address->getCountryModel()->getIso3Code() : 'ROM';
|
87 |
$post['CustomerCity'] = $billing_address->getCity();
|
88 |
$post['CustomerZIPCode'] = $billing_address->getPostcode();
|
89 |
$post['CustomerAddress'] = $billing_address->getStreetFull();
|
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>
|
@@ -10,11 +10,11 @@
|
|
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>
|
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>
|
17 |
-
<contents><target name="magecommunity"><dir name="Mypos"><dir name="Virtual"><dir name="Helper"><file name="Data.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.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
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>Fixed a bug for customer country.</notes>
|
14 |
<authors><author><name>iPay International S.A.</name><user>ipay_developer</user><email>mvp@ipay.eu</email></author></authors>
|
15 |
+
<date>2017-04-07</date>
|
16 |
+
<time>13:45:21</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Mypos"><dir name="Virtual"><dir name="Helper"><file name="Data.php" hash="a4e657c2e74dd93b13bb5c89afcb9ca1"/></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>
|