wirecard_checkout_seamless - Version 4.0.3

Version Notes

initial release

Download this release

Release Info

Developer WirecardCEE
Extension wirecard_checkout_seamless
Version 4.0.3
Comparing to
See all releases


Code changes from version 4.0.2 to 4.0.3

app/code/community/Wirecard/CheckoutSeamless/Helper/Data.php CHANGED
@@ -33,7 +33,7 @@
33
  class Wirecard_CheckoutSeamless_Helper_Data extends Mage_Payment_Helper_Data
34
  {
35
 
36
- protected $_pluginVersion = '4.0.2';
37
  protected $_pluginName = 'Wirecard/CheckoutSeamless';
38
 
39
  /**
@@ -201,7 +201,7 @@ class Wirecard_CheckoutSeamless_Helper_Data extends Mage_Payment_Helper_Data
201
  } catch (Exception $e) {
202
 
203
  //communication with dataStorage failed. we choose a none dataStorage fallback
204
- $this->log(__METHOD__ . ':' . $error->getMessage(), Zend_Log::ERR);
205
 
206
  return false;
207
  }
33
  class Wirecard_CheckoutSeamless_Helper_Data extends Mage_Payment_Helper_Data
34
  {
35
 
36
+ protected $_pluginVersion = '4.0.3';
37
  protected $_pluginName = 'Wirecard/CheckoutSeamless';
38
 
39
  /**
201
  } catch (Exception $e) {
202
 
203
  //communication with dataStorage failed. we choose a none dataStorage fallback
204
+ $this->log(__METHOD__ . ':' . $e->getMessage(), Zend_Log::ERR);
205
 
206
  return false;
207
  }
app/code/community/Wirecard/CheckoutSeamless/Model/Abstract.php CHANGED
@@ -53,7 +53,7 @@ abstract class Wirecard_CheckoutSeamless_Model_Abstract extends Mage_Payment_Mod
53
  protected $_defaultLocale = 'en';
54
 
55
  protected $_order;
56
- protected $_pluginVersion = '4.0.2';
57
  protected $_pluginName = 'Wirecard/CheckoutSeamless';
58
 
59
  protected $_formBlockType = 'wirecard_checkoutseamless/form';
@@ -205,7 +205,7 @@ abstract class Wirecard_CheckoutSeamless_Model_Abstract extends Mage_Payment_Mod
205
  $bitem = new WirecardCEE_Stdlib_Basket_Item();
206
  $bitem->setArticleNumber('shipping');
207
  $bitem->setUnitPrice(number_format($order->getShippingAmount(), $precision, '.', ''));
208
- $bitem->setTax(0);
209
  $bitem->setDescription($order->getShippingDescription());
210
  $basket->addItem($bitem);
211
 
53
  protected $_defaultLocale = 'en';
54
 
55
  protected $_order;
56
+ protected $_pluginVersion = '4.0.3';
57
  protected $_pluginName = 'Wirecard/CheckoutSeamless';
58
 
59
  protected $_formBlockType = 'wirecard_checkoutseamless/form';
205
  $bitem = new WirecardCEE_Stdlib_Basket_Item();
206
  $bitem->setArticleNumber('shipping');
207
  $bitem->setUnitPrice(number_format($order->getShippingAmount(), $precision, '.', ''));
208
+ $bitem->setTax(number_format($order->getShippingTaxAmount(), $precision, '.', ''));
209
  $bitem->setDescription($order->getShippingDescription());
210
  $basket->addItem($bitem);
211
 
app/code/community/Wirecard/CheckoutSeamless/etc/config.xml CHANGED
@@ -34,7 +34,7 @@
34
  <config>
35
  <modules>
36
  <wirecard_checkoutseamless>
37
- <version>4.0.2</version>
38
  </wirecard_checkoutseamless>
39
  </modules>
40
  <global>
34
  <config>
35
  <modules>
36
  <wirecard_checkoutseamless>
37
+ <version>4.0.3</version>
38
  </wirecard_checkoutseamless>
39
  </modules>
40
  <global>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wirecard_checkout_seamless</name>
4
- <version>4.0.2</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License Version 2 (GPLv2)</license>
7
  <channel>community</channel>
@@ -25,7 +25,7 @@ Support of recurring payments (subscriptions, one-click checkout).&#xD;
25
  Our Online Guides provide technical documentation, installation and configuration instructions for the plugin as well as further information on payment methods and additional features: https://integration.wirecard.at/</description>
26
  <notes>initial release</notes>
27
  <authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
28
- <date>2016-01-27</date>
29
  <time>10:00:00</time>
30
  <contents></contents>
31
  <compatible/>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wirecard_checkout_seamless</name>
4
+ <version>4.0.3</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License Version 2 (GPLv2)</license>
7
  <channel>community</channel>
25
  Our Online Guides provide technical documentation, installation and configuration instructions for the plugin as well as further information on payment methods and additional features: https://integration.wirecard.at/</description>
26
  <notes>initial release</notes>
27
  <authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
28
+ <date>2016-03-02</date>
29
  <time>10:00:00</time>
30
  <contents></contents>
31
  <compatible/>