I have integrated icici payment gateway with PHP interface instead of existing JAVA interface. So i have created a patch for it attached with this comment.

CommentFileSizeAuthor
uc_icici-php-interface.patch20.12 KBtajinder.minhas

Comments

tajinder.minhas’s picture

Issue summary: View changes
Status: Active » Patch (to be ported)
tajinder.minhas’s picture

Status: Patch (to be ported) » Needs review
Faisal Saifee’s picture

Thanks for the patch, it is working great.
It needs few changes.

Change the file location of cacert.pem in PostLibPHP.php file. Default file location will not work if you are using module.
Change the amount value to two decimal places when you are sending details it to Payment gateway. in uc_icici.module file.
//$amount = $order->order_total;
$amount = round($order->order_total);

That's it your module will work perfectly.