You are here

function commerce_file_update_7103 in Commerce File 7

Ensure all line item types have been configured

File

./commerce_file.install, line 314
Install, update and uninstall functions this module.

Code

function commerce_file_update_7103(&$sandbox) {
  commerce_file_configure_line_item_fields();
  return t('Commerce File fields have been configured for all line item types.');
}