myPOS_Virtual - Version 1.0.5

Version Notes

Fixed an issue with orders with country Romania.

Download this release

Release Info

Developer iPay International S.A.
Extension myPOS_Virtual
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

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();
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' ?: '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.4</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License (GPL)</license>
7
  <channel>community</channel>
@@ -10,11 +10,11 @@
10
  <description>myPOS Virtual 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.&#xD;
11
  &#xD;
12
  By using myPOS Virtual 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 backwards compatibility issues.</notes>
14
  <authors><author><name>iPay International S.A.</name><user>ipay_developer</user><email>mvp@ipay.eu</email></author></authors>
15
- <date>2016-11-28</date>
16
- <time>11:27:34</time>
17
- <contents><target name="magecommunity"><dir name="Mypos"><dir name="Virtual"><dir name="Helper"><file name="Data.php" hash="64a3fbb38d56020b2d74ca187f9ff19e"/></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="3458b199bca9db609bc90231a53c7614"/></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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>mypos_virtual</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License (GPL)</license>
7
  <channel>community</channel>
10
  <description>myPOS Virtual 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.&#xD;
11
  &#xD;
12
  By using myPOS Virtual 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 an issue with orders with country Romania.</notes>
14
  <authors><author><name>iPay International S.A.</name><user>ipay_developer</user><email>mvp@ipay.eu</email></author></authors>
15
+ <date>2017-02-10</date>
16
+ <time>14:52: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="725bd38de841efc89f205af4615d3349"/></dir><dir name="etc"><file name="config.xml" hash="51643300f013179eac57d538544420c1"/><file name="system.xml" hash="3458b199bca9db609bc90231a53c7614"/></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>