file uc_userpoints_payment.module:
line 233: uc_order_update_status($order_id, 'payment_received');
it seems $order_id is not initialized before using, it should be $order->order_id
file uc_userpoints_payment.module:
line 233: uc_order_update_status($order_id, 'payment_received');
it seems $order_id is not initialized before using, it should be $order->order_id
Comments
Comment #1
bmagistro commentedThanks for catching that. I should have the cvs updated soon. I really need to set aside some time and work on this module a little.
Comment #2
bmagistro commentedCVS has been updated