Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/support/helpers/plan.rb')
-rw-r--r--qa/qa/support/helpers/plan.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/qa/qa/support/helpers/plan.rb b/qa/qa/support/helpers/plan.rb
index b6950c6bacd..c3867b4a1b8 100644
--- a/qa/qa/support/helpers/plan.rb
+++ b/qa/qa/support/helpers/plan.rb
@@ -56,6 +56,14 @@ module QA
storage: 10
}.freeze
+ CODE_SUGGESTIONS = {
+ # Annual plan, rate and price
+ plan_id: '8a8aa0ac8874ddc4018878da1f736782',
+ rate_charge_id: '8a8aa0ac8874ddc4018878da1f9a6784',
+ name: 'code suggestions',
+ price: 108
+ }.freeze
+
LICENSE_TYPE = {
legacy_license: 'legacy license',
online_cloud: 'online license',