If callbacks are provided to commerce_custom_product_line_item_type_save(), they are overwritten with default commerce_line_item callbacks upon saving.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jayusa123 created an issue. See original summary.

pvdjay’s picture

Status: Active » Needs review
FileSize
1.63 KB

Here's a patch that prevents the overwriting of the callbacks and provides storage for them in the database.

pvdjay’s picture

Category: Feature request » Bug report