Closed (works as designed)
Project:
Ubercart
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2009 at 13:27 UTC
Updated:
31 Jul 2009 at 12:52 UTC
The order object ($arg1) is empty on the operation "cart-details". Can anyone confirm this or why is that?
Comments
Comment #1
Island Usurper commentedFor much the same reasons as in #531264: hook_checkout_pane callback on operation "view", sometimes there just isn't an order yet. Other times, there is code to prevent the wrong order from being used, so it is set to NULL before hook_payment_method() is called.
Comment #2
Alex Lawrence commentedOkay, I understand. Thank you.