The watchdog notice when a transaction is declined or cancelled attempts to use $order->order->order_number, which results in an EntityMalformedException a couple of function calls later and a broken page with a cryptic error for the user. It should be $order->order_number.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | commerce_dps-fprn-cancel-exception-2734669-1.patch | 1.04 KB | johnpitcairn |
Comments
Comment #2
johnpitcairn commentedPatch
Comment #4
xurizaemonComment #5
johnpitcairn commentedThanks. Amazed nobody had spotted this ;-)
Comment #6
xurizaemonThank *you* John :D