This fix introduces another problem...the PayPal detail section and ability to refund an order from the admin side is now gone from the middle section of the screen where it used to be. Please see attached image. Thanks! Attachment 12925
Printable View
This fix introduces another problem...the PayPal detail section and ability to refund an order from the admin side is now gone from the middle section of the screen where it used to be. Please see attached image. Thanks! Attachment 12925
Probably some test stuff we left in there when we were exploring earlier.
I suggest this as a hardening, down somewhere around 600:
Code:if (is_object($module) && method_exists($module, 'admin_notification')) {
That fixed it.
Thanks!