Needs review
Project:
Payseal ICICI bank Payment Gateway for Ubercart
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2012 at 06:46 UTC
Updated:
22 Jan 2014 at 12:07 UTC
Jump to comment: Most recent
Comments
Comment #1
tajinder.minhas commentedComment #2
tajinder.minhas commentedComment #3
Faisal Saifee commentedThanks 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.