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

juhaniemi’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

Thanks 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.