Closed (fixed)
Project:
e-Commerce
Version:
4.7.x-1.x-dev
Component:
paypal
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2006 at 02:13 UTC
Updated:
28 Dec 2006 at 21:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
havoc commentedchanged line number to match current module
Comment #2
neclimdulLooks reasonable but I'd like to take a closer look.
Comment #3
havoc commentednochange in current CVS
Comment #4
trantt commentedSince taxable decimal amount can't be greater than two decimals, I made the following changes instead:
function tax_checkoutapi:
...
...
if ($total_tax <> 0) {
$total_tax = round($total_tax, 2);
}
the above line of code was added after the foreach ($rules as $rule) { loop and before if ($total_tax) {
Comment #5
havoc commentedHas this been addressed in subsequent bug fixes?
Comment #6
simeI believe I saw gordon patch these but I can't be certain, please check the CVS commits to be sure: http://drupal.org/project/cvs/5841
Comment #7
havoc commentedGordon fixed it here: http://drupal.org/cvs?commit=46913
This issue can be closed! (Woohoo!)
Comment #8
neclimdulForward ported to HEAD. Looks fixed.
Comment #9
(not verified) commented