Re: 3DSecure Support

Croydon's picture
Offline
Joined: 06/25/2009
Juice: 72
Re: 3DSecure Support

Hi, in the code, there is some comments like below in function uc_3dsecure_gateway().

// A little bit of a hack here. Will remove the NULL once I figure out how to pass $data around
$gateway_result = module_invoke('uc_'. $gateway_name, 'charge', $_SESSION['cart_order'], $order->order_total, NULL);

Would it be possible to know can be $data variable be passed to uc_paypal_wpp_charge($order_id, $amount, $data) now?

It seems the $data variable is very import to the success the request.

Thanks

3DSecure Support By: n9986 (9 replies) Wed, 04/29/2009 - 07:00