typo
tutube - January 20, 2009 - 17:12
| Project: | Ubercart Userpoints |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
Thanks 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.
#2
CVS has been updated
#3
Automatically closed -- issue fixed for 2 weeks with no activity.