Skip to content

Commit

Permalink
fixed calculation of unit-price and tax in case of prices > 1000 (in …
Browse files Browse the repository at this point in the history
…CONFIRMATION_DELIVER & PAYMENT_CHANGE)
  • Loading branch information
root committed Jan 2, 2014
1 parent 9df028a commit f0cb8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/pi_ratepay/core/pi_ratepay_util_utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class pi_ratepay_util_Utilities
*/
public static $_RATEPAY_PAYMENT_METHOD = array('pi_ratepay_rechnung', 'pi_ratepay_rate', 'pi_ratepay_elv');

const PI_MODULE_VERSION = '2.5.0.6';
const PI_MODULE_VERSION = '2.5.0.5';

public static function getPaymentMethod($paymentType)
{
Expand Down
2 changes: 1 addition & 1 deletion modules/pi_ratepay/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
),
'thumbnail' => 'picture.png',
'lang' => 'en',
'version' => '2.5.0.6',
'version' => '2.5.0.5',
'author' => 'PayIntelligent GmbH',
'url' => 'http://www.payintelligent.de/',
'extend' => array(
Expand Down

0 comments on commit f0cb8b0

Please sign in to comment.