Version Notes
initial release
Download this release
Release Info
Developer | WirecardCEE |
Extension | wirecard_checkout_page |
Version | 4.0.2 |
Comparing to | |
See all releases |
Code changes from version 4.0.1 to 4.0.2
app/code/community/Wirecard/CheckoutPage/Helper/Data.php
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
class Wirecard_CheckoutPage_Helper_Data extends Mage_Payment_Helper_Data
|
34 |
{
|
35 |
|
36 |
-
protected $_pluginVersion = '4.0.
|
37 |
protected $_pluginName = 'Wirecard/CheckoutPage';
|
38 |
|
39 |
/**
|
33 |
class Wirecard_CheckoutPage_Helper_Data extends Mage_Payment_Helper_Data
|
34 |
{
|
35 |
|
36 |
+
protected $_pluginVersion = '4.0.2';
|
37 |
protected $_pluginName = 'Wirecard/CheckoutPage';
|
38 |
|
39 |
/**
|
app/code/community/Wirecard/CheckoutPage/Model/Abstract.php
CHANGED
@@ -53,7 +53,7 @@ abstract class Wirecard_CheckoutPage_Model_Abstract extends Mage_Payment_Model_M
|
|
53 |
protected $_defaultLocale = 'en';
|
54 |
|
55 |
protected $_order;
|
56 |
-
protected $_pluginVersion = '4.0.
|
57 |
protected $_pluginName = 'Wirecard/CheckoutPage';
|
58 |
|
59 |
protected $_formBlockType = 'wirecard_checkoutpage/form';
|
@@ -192,7 +192,7 @@ abstract class Wirecard_CheckoutPage_Model_Abstract extends Mage_Payment_Model_M
|
|
192 |
$bitem = new WirecardCEE_Stdlib_Basket_Item();
|
193 |
$bitem->setArticleNumber('shipping');
|
194 |
$bitem->setUnitPrice(number_format($order->getShippingAmount(), $precision, '.', ''));
|
195 |
-
$bitem->setTax(
|
196 |
$bitem->setDescription($order->getShippingDescription());
|
197 |
$basket->addItem($bitem);
|
198 |
|
53 |
protected $_defaultLocale = 'en';
|
54 |
|
55 |
protected $_order;
|
56 |
+
protected $_pluginVersion = '4.0.2';
|
57 |
protected $_pluginName = 'Wirecard/CheckoutPage';
|
58 |
|
59 |
protected $_formBlockType = 'wirecard_checkoutpage/form';
|
192 |
$bitem = new WirecardCEE_Stdlib_Basket_Item();
|
193 |
$bitem->setArticleNumber('shipping');
|
194 |
$bitem->setUnitPrice(number_format($order->getShippingAmount(), $precision, '.', ''));
|
195 |
+
$bitem->setTax(number_format($order->getShippingTaxAmount(), $precision, '.', ''));
|
196 |
$bitem->setDescription($order->getShippingDescription());
|
197 |
$basket->addItem($bitem);
|
198 |
|
app/code/community/Wirecard/CheckoutPage/etc/config.xml
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
<config>
|
35 |
<modules>
|
36 |
<wirecard_checkoutpage>
|
37 |
-
<version>4.0.
|
38 |
</wirecard_checkoutpage>
|
39 |
</modules>
|
40 |
<global>
|
34 |
<config>
|
35 |
<modules>
|
36 |
<wirecard_checkoutpage>
|
37 |
+
<version>4.0.2</version>
|
38 |
</wirecard_checkoutpage>
|
39 |
</modules>
|
40 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>wirecard_checkout_page</name>
|
4 |
-
<version>4.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License Version 2 (GPLv2)</license>
|
7 |
<channel>community</channel>
|
@@ -24,7 +24,7 @@ Support of recurring payments (subscriptions, one-click checkout).
|
|
24 |
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://guides.wirecard.com/</description>
|
25 |
<notes>initial release</notes>
|
26 |
<authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
|
27 |
-
<date>2016-02
|
28 |
<time>10:00:00</time>
|
29 |
<contents></contents>
|
30 |
<compatible/>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>wirecard_checkout_page</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>
|
24 |
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://guides.wirecard.com/</description>
|
25 |
<notes>initial release</notes>
|
26 |
<authors><author><name>WirecardCEE</name><user>MAG002460406</user><email>shoplogins@wirecard.com</email></author></authors>
|
27 |
+
<date>2016-03-02</date>
|
28 |
<time>10:00:00</time>
|
29 |
<contents></contents>
|
30 |
<compatible/>
|