Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
commerce_recurring
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
commerce_recurring
Commits
fe714bf4
Commit
fe714bf4
authored
13 years ago
by
Lee Rowlands
Browse files
Options
Downloads
Patches
Plain Diff
Fixed deprecated call to drupal_install_modules
parent
15a8701b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
commerce_recurring.install
+1
-2
1 addition, 2 deletions
commerce_recurring.install
with
1 addition
and
2 deletions
commerce_recurring.install
+
1
−
2
View file @
fe714bf4
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment