Closed (fixed)
Project:
Ubercart Checkout.fi Payment Method
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2010 at 19:49 UTC
Updated:
12 Oct 2010 at 20:11 UTC
Added shipping method options that altered the amount of total price. Checkout.fi gateway failed.
Fix was simple:
'AMOUNT' => round(trim($order->order_total*100),0),
Comments
Comment #1
juhaniemi commentedThanks for reporting the issue and providing a fix for it. I have committed the fix to 6.x-dev and it will be included in the next release.