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.

Comments

John Pitcairn created an issue. See original summary.

johnpitcairn’s picture

Title: Fatal error in watchdog notice on payment fail/cancel » Fatal error in watchdog notice on payment fail/cancel (patch)
Status: Active » Needs review
StatusFileSize
new1.04 KB

Patch

xurizaemon’s picture

Status: Needs review » Fixed
johnpitcairn’s picture

Thanks. Amazed nobody had spotted this ;-)

xurizaemon’s picture

Thank *you* John :D

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.