Skip to content
Snippets Groups Projects

BE: Allow customers to extend or reactivate their trial on gitlab.com [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Merged Qingyu Zhao requested to merge 290278-allow-extend-or-reactivate-trial-on-gitlab-com into master
All threads resolved!
2 files
+ 66
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -45,7 +45,7 @@ def update_namespace(namespace)
@@ -45,7 +45,7 @@ def update_namespace(namespace)
optional :trial, type: Grape::API::Boolean, desc: 'Whether the subscription is a trial'
optional :trial, type: Grape::API::Boolean, desc: 'Whether the subscription is a trial'
optional :trial_ends_on, type: Date, desc: 'End date of trial'
optional :trial_ends_on, type: Date, desc: 'End date of trial'
optional :trial_starts_on, type: Date, desc: 'Start date of trial'
optional :trial_starts_on, type: Date, desc: 'Start date of trial'
optional :trial_extension_type, type: Integer, desc: 'Whether subscription is an extended or reactivated trail'
optional :trial_extension_type, type: Integer, desc: 'Whether subscription is an extended or reactivated trial'
end
end
end
end
Loading