Drupal 5.12
Ubercart 1.16
Website Payment Pro (WPP) LIVE (not sandbox)
I know this has been kicked around, but I don't really see a solution to my exact scenario:
After credit card payment is made, Order History list for the customer (.../user/##/orders) shows the order status as "Completed". However, the Order History detail (.../user/##/order/195) shows the order status as "Pending" in Order Comments.
The Order History list for the admin (.../admin/store/orders) shows the order status as "Completed". However the Order history detail (.../admin/store/orders/195), shows the order status as "Pending" in Order Comments. [same as above.]
The Watchdog record for this order (with debug set on) shows in the array: "[payment_status] => Completed".
Looking at the data, I find:
uc_orders.order_status = "completed"
uc_payment_paypal_ipn.status = "Completed"
So, how do I get the Order Comments field to display "Completed" rather than "Pending"?
Thanks in advance for the help.
