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),
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.