F500_Xibpayments - Version 1.0.9

Version Notes

Stable release for Magento 1.4

Download this release

Release Info

Developer Magento Core Team
Extension F500_Xibpayments
Version 1.0.9
Comparing to
See all releases


Code changes from version 1.0.8 to 1.0.9

app/code/local/F500/Xibpayments/Block/Form.php CHANGED
@@ -24,7 +24,8 @@ class F500_Xibpayments_Block_Form extends Mage_Payment_Block_Form
24
  '0721' => 'ING',
25
  '0021' => 'Rabobank',
26
  '0751' => 'SNS Bank',
27
- '0511' => 'Triodos Bank',
 
28
  '-' => '',
29
  '0761' => 'ASN Bank',
30
  '0771' => 'SNS Regio Bank',
@@ -73,4 +74,4 @@ class F500_Xibpayments_Block_Form extends Mage_Payment_Block_Form
73
  {
74
  return $this->getInfoInstance()->getAdditionalInformation('cardgate_bank');
75
  }
76
- }
24
  '0721' => 'ING',
25
  '0021' => 'Rabobank',
26
  '0751' => 'SNS Bank',
27
+ '0511' => 'Triodos Bank',
28
+ '0161' => 'Van Lanschot Bank',
29
  '-' => '',
30
  '0761' => 'ASN Bank',
31
  '0771' => 'SNS Regio Bank',
74
  {
75
  return $this->getInfoInstance()->getAdditionalInformation('cardgate_bank');
76
  }
77
+ }
app/code/local/F500/Xibpayments/Model/Standard.php CHANGED
@@ -130,7 +130,7 @@ class F500_Xibpayments_Model_Standard extends Mage_Payment_Model_Method_Abstract
130
  }
131
 
132
  public function debugLog($msg) {
133
- if ( $this->getConfigData('debug_log') != '' ) {
134
  Mage::log($msg,null,$this->getConfigData('debug_log'));
135
  }
136
  }
130
  }
131
 
132
  public function debugLog($msg) {
133
+ if ( $this->getConfigData('debug_log') ) {
134
  Mage::log($msg,null,$this->getConfigData('debug_log'));
135
  }
136
  }
app/code/local/F500/Xibpayments/etc/config.xml CHANGED
@@ -20,7 +20,7 @@
20
  <config>
21
  <modules>
22
  <F500_Xibpayments>
23
- <version>1.0.8</version>
24
  </F500_Xibpayments>
25
  </modules>
26
  <global>
20
  <config>
21
  <modules>
22
  <F500_Xibpayments>
23
+ <version>1.0.9</version>
24
  </F500_Xibpayments>
25
  </modules>
26
  <global>
app/etc/modules/F500_Xibpayments.xml CHANGED
@@ -12,7 +12,7 @@
12
  <Mage_Payment />
13
  </depends>
14
  <!-- declare module's version information for database updates -->
15
- <version>1.0.8</version>
16
  </F500_Xibpayments>
17
  </modules>
18
- </config>
12
  <Mage_Payment />
13
  </depends>
14
  <!-- declare module's version information for database updates -->
15
+ <version>1.0.9</version>
16
  </F500_Xibpayments>
17
  </modules>
18
+ </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>F500_Xibpayments</name>
4
- <version>1.0.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -12,9 +12,9 @@
12
  Apply for an account at info@xibpayments.com</description>
13
  <notes>Stable release for Magento 1.4</notes>
14
  <authors><author><name>Ramon de la Fuente</name><user>auto-converted</user><email>ramon@future500.nl</email></author></authors>
15
- <date>2010-12-15</date>
16
- <time>09:17:46</time>
17
- <contents><target name="magelocale"><dir name="en_US"><file name="F500_Xibpayments.csv" hash="a64707577f9f55c4a9bd549f5ffdfb13"/></dir><dir name="nl_NL"><file name="F500_Xibpayments.csv" hash="f8d75d43ee93564505c63d5646bc6a25"/></dir></target><target name="magelocal"><dir name="F500"><dir name="Xibpayments"><dir name="Block"><file name="Form.php" hash="5719ebeb49ead9c4b3cb1eb2d57c11ce"/><file name="Redirect.php" hash="f2b358883720fc6a3aad4f8619e23da9"/></dir><dir name="controllers"><file name="SecureController.php" hash="f85102f655c49adc071245fd2fe094c5"/></dir><dir name="etc"><file name="config.xml" hash="800731f841307a91748a3aace166fad9"/><file name="system.xml" hash="1593f01231ad8e55be3be450c3f19e17"/></dir><dir name="Helper"><file name="Data.php" hash="17114cbeb608042a19d66d5e86f8e93b"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="2dee2d37bd72702b1bd4722a826738c2"/></dir><dir name="System"><file name="Paymentoptions.php" hash="3b923e2a1c7789a4a66493bf451a7757"/><file name="Transactiontype.php" hash="e27e2f39de0640d890d4131bbe3134bc"/></dir><file name="Session.php" hash="ef398da9380a46759c5c846f64a69608"/><file name="Standard.php" hash="95dc88ec5003296817ea90c6441a0443"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="xibpayments"><file name="form.phtml" hash="de55b5c36eeab7eab26f6a99a3f348c3"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="F500_Xibpayments.xml" hash="9b1f03cd1dad67cdd48acc178e7f3936"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>F500_Xibpayments</name>
4
+ <version>1.0.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
12
  Apply for an account at info@xibpayments.com</description>
13
  <notes>Stable release for Magento 1.4</notes>
14
  <authors><author><name>Ramon de la Fuente</name><user>auto-converted</user><email>ramon@future500.nl</email></author></authors>
15
+ <date>2011-02-12</date>
16
+ <time>14:44:59</time>
17
+ <contents><target name="magelocale"><dir name="en_US"><file name="F500_Xibpayments.csv" hash="a64707577f9f55c4a9bd549f5ffdfb13"/></dir><dir name="nl_NL"><file name="F500_Xibpayments.csv" hash="f8d75d43ee93564505c63d5646bc6a25"/></dir></target><target name="magelocal"><dir name="F500"><dir name="Xibpayments"><dir name="Block"><file name="Form.php" hash="af954c41969c3ab2c1a7ebd53f8b479e"/><file name="Redirect.php" hash="f2b358883720fc6a3aad4f8619e23da9"/></dir><dir name="controllers"><file name="SecureController.php" hash="f85102f655c49adc071245fd2fe094c5"/></dir><dir name="etc"><file name="config.xml" hash="995bca9160e55aae0344cd5f8e0841f5"/><file name="system.xml" hash="1593f01231ad8e55be3be450c3f19e17"/></dir><dir name="Helper"><file name="Data.php" hash="17114cbeb608042a19d66d5e86f8e93b"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="2dee2d37bd72702b1bd4722a826738c2"/></dir><dir name="System"><file name="Paymentoptions.php" hash="3b923e2a1c7789a4a66493bf451a7757"/><file name="Transactiontype.php" hash="e27e2f39de0640d890d4131bbe3134bc"/></dir><file name="Session.php" hash="ef398da9380a46759c5c846f64a69608"/><file name="Standard.php" hash="55b2c8a9f1f1b83c4dd00dcbcc72505f"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="xibpayments"><file name="form.phtml" hash="de55b5c36eeab7eab26f6a99a3f348c3"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="F500_Xibpayments.xml" hash="16d10a5c084887485651eeb298baaed1"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>