SCNet_iPayBy - Version 1.0.3

Version Notes

Fixes and Enhancements

Download this release

Release Info

Developer SCNet
Extension SCNet_iPayBy
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/community/Scnet/Ipayby/Model/CreditCard.php CHANGED
@@ -121,7 +121,7 @@
121
  // 'arg24' => NULL,
122
  // 'arg25' => NULL,
123
  // 'arg26' => NULL,
124
- 'arg27' => $this->_getRealIpAddr(),
125
  );
126
  if($this->getConfigData('merchant_notification') == 1 && $this->getConfigData('merchant_email')) {
127
  $_params['arg9'] = $this->getConfigData('merchant_email');
121
  // 'arg24' => NULL,
122
  // 'arg25' => NULL,
123
  // 'arg26' => NULL,
124
+ 'arg27' => $this->_getRealIpAddr()
125
  );
126
  if($this->getConfigData('merchant_notification') == 1 && $this->getConfigData('merchant_email')) {
127
  $_params['arg9'] = $this->getConfigData('merchant_email');
package.xml CHANGED
@@ -1,7 +1,7 @@
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>
@@ -11,8 +11,8 @@
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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>SCNet_iPayBy</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
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>03:25:27</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="a60c18b2bdd9620d98ccc1f777d1fccc"/><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>