Skip to content
Snippets Groups Projects
Commit fe714bf4 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Fixed deprecated call to drupal_install_modules

parent 15a8701b
Branches
Tags
No related merge requests found
......@@ -320,9 +320,8 @@ function commerce_recurring_update_7001() {
module_list(TRUE);
system_rebuild_module_data();
//Enable aggregator
//Enable card on file
module_enable(array('commerce_cardonfile'));
drupal_install_modules(array('commerce_cardonfile'));
return t('Added payment status field to the recurring order type. If you have existing recurring orders, please set their payment processing status to unprocessed.');
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment