Problem/Motivation

create_function() is deprecated in PHP 7.2 and is used in commerce_custom_order_status_form

Proposed resolution

Replace create_function with function.

Remaining tasks

Reviews and testing needed.

Comments

steveganz created an issue. See original summary.

steveganz’s picture

Patch to fix issue.

steveganz’s picture

Assigned: steveganz » Unassigned
Issue summary: View changes
Status: Active » Needs review
steveganz’s picture

Status: Needs review » Reviewed & tested by the community

This patch has been working for us in production for 2 years.