Version Notes
Fixes and Enhancements
Download this release
Release Info
Developer | SCNet |
Extension | SCNet_iPayBy |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/community/Scnet/Ipayby/Model/CreditCard.php
CHANGED
@@ -90,6 +90,8 @@
|
|
90 |
foreach($_allItems as $_item) {
|
91 |
$_tmpNames[] = $_item->getProduct()->getName() . '(' . $_item->getTotalQty() . ')';
|
92 |
}
|
|
|
|
|
93 |
|
94 |
$_params = array(
|
95 |
'arg0' => $this->getConfigData('merchant_id'),
|
@@ -115,7 +117,7 @@
|
|
115 |
'arg20' => $this->getConfigData('merchat_abn'),
|
116 |
'arg21' => 'N',
|
117 |
'arg22' => $_billAdd->getCity(),
|
118 |
-
'arg23' => $
|
119 |
// 'arg24' => NULL,
|
120 |
// 'arg25' => NULL,
|
121 |
// 'arg26' => NULL,
|
90 |
foreach($_allItems as $_item) {
|
91 |
$_tmpNames[] = $_item->getProduct()->getName() . '(' . $_item->getTotalQty() . ')';
|
92 |
}
|
93 |
+
|
94 |
+
$_countryName = Mage::getModel('directory/country')->load($_billAdd->getCountry())->getName();
|
95 |
|
96 |
$_params = array(
|
97 |
'arg0' => $this->getConfigData('merchant_id'),
|
117 |
'arg20' => $this->getConfigData('merchat_abn'),
|
118 |
'arg21' => 'N',
|
119 |
'arg22' => $_billAdd->getCity(),
|
120 |
+
'arg23' => $_countryName,
|
121 |
// 'arg24' => NULL,
|
122 |
// 'arg25' => NULL,
|
123 |
// 'arg26' => NULL,
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SCNet_iPayBy</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>SCNet iPayBy Payment Gateway</summary>
|
10 |
<description>SCNet iPayBy Payment Gateway</description>
|
11 |
-
<notes>
|
12 |
-
<authors><author><name>SCNet</name><user>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Scnet"><dir name="Ipayby"><dir name="Helper"><file name="Data.php" hash="d6397ee1ae45bbe37864a72fa1023f5c"/></dir><dir name="Model"><file name="CreditCard.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SCNet_iPayBy</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>SCNet iPayBy Payment Gateway</summary>
|
10 |
<description>SCNet iPayBy Payment Gateway</description>
|
11 |
+
<notes>Fixes and Enhancements</notes>
|
12 |
+
<authors><author><name>SCNet</name><user>SCNet</user><email>support@scnet.com.au</email></author></authors>
|
13 |
+
<date>2012-03-23</date>
|
14 |
+
<time>02:27:16</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Scnet"><dir name="Ipayby"><dir name="Helper"><file name="Data.php" hash="d6397ee1ae45bbe37864a72fa1023f5c"/></dir><dir name="Model"><file name="CreditCard.php" hash="9fa7ab7809210cf280721ed7544fde41"/><file name="Observer.php" hash="c1f8b0be0f415bb103d775bd7f6bb8d8"/><file name="ResponseParser.php" hash="dc95564aeba3ccb9f9fbd68ee9073c90"/></dir><dir name="etc"><file name="config.xml" hash="a829c791e6305116f81cbe0fab9f566b"/><file name="system.xml" hash="2f1dccd58d21d83aa7ec789b02e1c661"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Scnet_Ipayby.xml" hash="bf1018cd9dc74b53586f595e64149dc0"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|