Link to issue: https://github.com/backdrop-contrib/ubercart/issues/446
Hi, in hook_uc_checkout_complete($order, $account), when I look at the output of $order, it shows [order_status] => pending, and not completed. Also, when I look at the output of $account, it doesn't show the role that was included with part of the purchase(uc_roles). How do I get to the data after the order is officially completed and the payment has gone through?
Thanks.
Recent comments
I think in the meanwhile I'll have to just stick to legacy version Not for long, it seems. A fix is already underway. 😉
leaflet widget stopped working
Thanks! Here I find the already reported issue https://github.com/backdrop-contrib/term_reference_tree/issues/4 I think in the meanwhile I'll have to just stick to legacy...
leaflet widget stopped working
It is term reference tree Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. ThumbnailsChild.sys.mjs:26:13 jQuery....
leaflet widget stopped working
No, for sure not Leaflet, those modules are fully compatible with jQuery 3. There has been some activity re removed jQuery size() method in contrib land. What you could do now...
leaflet widget stopped working
The jQuery size method has been removed in jQuery 3. See https://api.jquery.com/size/ One of your Javascript files is still using that method, and therefore it's giving a fatal error. It's...
leaflet widget stopped working