gitlab_support_readiness 1.4.1 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/lib/support_readiness/support_super_form_processor/disable_us_government.rb +1 -1
  3. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_billing_entity_change.rb +11 -11
  4. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_extension.rb +12 -12
  5. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_investigate.rb +12 -12
  6. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_link.rb +9 -9
  7. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_nfr.rb +10 -10
  8. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_reset_seat_qsr.rb +9 -9
  9. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_edit.rb +10 -10
  10. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_extension.rb +13 -13
  11. data/lib/support_readiness/support_super_form_processor/global_ir_hackerone_license.rb +5 -5
  12. data/lib/support_readiness/support_super_form_processor/global_ir_oem_license.rb +10 -43
  13. data/lib/support_readiness/support_super_form_processor/global_ir_order_management.rb +15 -15
  14. data/lib/support_readiness/support_super_form_processor/global_ir_other.rb +3 -3
  15. data/lib/support_readiness/support_super_form_processor/global_ir_provison_failure.rb +7 -7
  16. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_did_not_receive.rb +7 -7
  17. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_multiyear.rb +7 -7
  18. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_nfr.rb +9 -9
  19. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_resend.rb +7 -7
  20. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_scl.rb +8 -8
  21. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_temp.rb +12 -12
  22. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_edit.rb +9 -9
  23. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_extension.rb +11 -21
  24. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_new.rb +11 -11
  25. data/lib/support_readiness/support_super_form_processor/global_ir_wider_community_license.rb +12 -12
  26. data/lib/support_readiness/support_super_form_processor/global_set_collaboration_id.rb +2 -2
  27. data/lib/support_readiness/support_super_form_processor/global_set_org_ase.rb +2 -2
  28. data/lib/support_readiness/support_super_form_processor/gratis_request.rb +6 -6
  29. data/lib/support_readiness/support_super_form_processor/namespace_availability.rb +1 -1
  30. data/lib/support_readiness/support_super_form_processor/sa_request_for_support.rb +12 -22
  31. data/lib/support_readiness/support_super_form_processor/team_member_license.rb +5 -5
  32. data/lib/support_readiness/support_super_form_processor/usgov_ir_order_management.rb +15 -15
  33. data/lib/support_readiness/support_super_form_processor/usgov_ir_other.rb +3 -13
  34. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_did_not_receive.rb +6 -6
  35. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_multiyear.rb +6 -6
  36. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_nfr.rb +9 -9
  37. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_resend.rb +6 -6
  38. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_scl.rb +6 -6
  39. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_temp.rb +12 -12
  40. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_edit.rb +9 -9
  41. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_extension.rb +11 -21
  42. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_new.rb +11 -11
  43. data/lib/support_readiness/support_super_form_processor/usgov_set_collaboration_id.rb +2 -2
  44. data/lib/support_readiness/support_super_form_processor/usgov_set_org_ase.rb +3 -3
  45. metadata +5 -5
@@ -107,7 +107,7 @@ module Readiness
107
107
  # @author Jason Colyer
108
108
  # @since 1.0.42
109
109
  def self.request_priority
110
- @request_priority ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_PRIORITY')
110
+ @request_priority ||= ENV.fetch('PRIORITY')
111
111
  end
112
112
 
113
113
  ##
@@ -116,7 +116,7 @@ module Readiness
116
116
  # @author Jason Colyer
117
117
  # @since 1.0.42
118
118
  def self.context
119
- @context ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTEXT')
119
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
120
120
  end
121
121
 
122
122
  ##
@@ -125,7 +125,7 @@ module Readiness
125
125
  # @author Jason Colyer
126
126
  # @since 1.0.42
127
127
  def self.contact_name
128
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTACT_NAME')
128
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
129
129
  end
130
130
 
131
131
  ##
@@ -134,7 +134,7 @@ module Readiness
134
134
  # @author Jason Colyer
135
135
  # @since 1.0.42
136
136
  def self.contact_email
137
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_EMAIL')
137
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
138
138
  end
139
139
 
140
140
  ##
@@ -143,7 +143,7 @@ module Readiness
143
143
  # @author Jason Colyer
144
144
  # @since 1.0.42
145
145
  def self.company
146
- @company ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_COMPANY_NAME')
146
+ @company ||= ENV.fetch('COMPANY')
147
147
  end
148
148
 
149
149
  ##
@@ -152,7 +152,7 @@ module Readiness
152
152
  # @author Jason Colyer
153
153
  # @since 1.0.42
154
154
  def self.license_end_date
155
- @license_end_date ||= ENV.fetch('SM_NFR_LICENSE_END_DATE')
155
+ @license_end_date ||= ENV.fetch('EXPIRATION_DATE')
156
156
  end
157
157
 
158
158
  ##
@@ -161,7 +161,7 @@ module Readiness
161
161
  # @author Jason Colyer
162
162
  # @since 1.0.42
163
163
  def self.current
164
- @current ||= ENV.fetch('SM_NFR_LICENSE_SEATS')
164
+ @current ||= ENV.fetch('SEAT_COUNT')
165
165
  end
166
166
 
167
167
  ##
@@ -170,7 +170,7 @@ module Readiness
170
170
  # @author Jason Colyer
171
171
  # @since 1.0.42
172
172
  def self.sfdc_account_link
173
- @sfdc_account_link ||= ENV.fetch('SM_NFR_LICENSE_PLAN_SFDC_ACCOUNT')
173
+ @sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
174
174
  end
175
175
 
176
176
  ##
@@ -179,7 +179,7 @@ module Readiness
179
179
  # @author Jason Colyer
180
180
  # @since 1.0.42
181
181
  def self.plan
182
- @plan ||= ENV.fetch('SM_NFR_LICENSE_PLAN')
182
+ @plan ||= ENV.fetch('SM_PLAN')
183
183
  end
184
184
 
185
185
  ##
@@ -101,7 +101,7 @@ module Readiness
101
101
  # @author Jason Colyer
102
102
  # @since 1.0.42
103
103
  def self.request_priority
104
- @request_priority ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_PRIORITY')
104
+ @request_priority ||= ENV.fetch('PRIORITY')
105
105
  end
106
106
 
107
107
  ##
@@ -110,7 +110,7 @@ module Readiness
110
110
  # @author Jason Colyer
111
111
  # @since 1.0.42
112
112
  def self.context
113
- @context ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTEXT')
113
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
114
114
  end
115
115
 
116
116
  ##
@@ -119,7 +119,7 @@ module Readiness
119
119
  # @author Jason Colyer
120
120
  # @since 1.0.42
121
121
  def self.contact_name
122
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTACT_NAME')
122
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
123
123
  end
124
124
 
125
125
  ##
@@ -128,7 +128,7 @@ module Readiness
128
128
  # @author Jason Colyer
129
129
  # @since 1.0.42
130
130
  def self.contact_email
131
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_EMAIL')
131
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
132
132
  end
133
133
 
134
134
  ##
@@ -137,7 +137,7 @@ module Readiness
137
137
  # @author Jason Colyer
138
138
  # @since 1.0.42
139
139
  def self.company
140
- @company ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_COMPANY_NAME')
140
+ @company ||= ENV.fetch('COMPANY')
141
141
  end
142
142
 
143
143
  ##
@@ -146,7 +146,7 @@ module Readiness
146
146
  # @author Jason Colyer
147
147
  # @since 1.0.42
148
148
  def self.sfdc_account_link
149
- @sfdc_account_link ||= ENV.fetch('SM_LICENSE_RESEND_SFDC_ACCOUNT')
149
+ @sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
150
150
  end
151
151
 
152
152
  ##
@@ -155,7 +155,7 @@ module Readiness
155
155
  # @author Jason Colyer
156
156
  # @since 1.0.42
157
157
  def self.opp_link
158
- @opp_link ||= ENV.fetch('SM_LICENSE_RESEND_OPP_LINK')
158
+ @opp_link ||= ENV.fetch('SFDC_OPPORTUNITY')
159
159
  end
160
160
 
161
161
  ##
@@ -101,7 +101,7 @@ module Readiness
101
101
  # @author Jason Colyer
102
102
  # @since 1.0.42
103
103
  def self.request_priority
104
- @request_priority ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_PRIORITY')
104
+ @request_priority ||= ENV.fetch('PRIORITY')
105
105
  end
106
106
 
107
107
  ##
@@ -110,7 +110,7 @@ module Readiness
110
110
  # @author Jason Colyer
111
111
  # @since 1.0.42
112
112
  def self.context
113
- @context ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTEXT')
113
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
114
114
  end
115
115
 
116
116
  ##
@@ -119,7 +119,7 @@ module Readiness
119
119
  # @author Jason Colyer
120
120
  # @since 1.0.42
121
121
  def self.contact_name
122
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTACT_NAME')
122
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
123
123
  end
124
124
 
125
125
  ##
@@ -128,7 +128,7 @@ module Readiness
128
128
  # @author Jason Colyer
129
129
  # @since 1.0.42
130
130
  def self.contact_email
131
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_EMAIL')
131
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
132
132
  end
133
133
 
134
134
  ##
@@ -137,7 +137,7 @@ module Readiness
137
137
  # @author Jason Colyer
138
138
  # @since 1.0.42
139
139
  def self.company
140
- @company ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_COMPANY_NAME')
140
+ @company ||= ENV.fetch('COMPANY')
141
141
  end
142
142
 
143
143
  ##
@@ -146,7 +146,7 @@ module Readiness
146
146
  # @author Jason Colyer
147
147
  # @since 1.0.42
148
148
  def self.gitlab_version
149
- @gitlab_version ||= ENV.fetch('SM_SCL_VERSION')
149
+ @gitlab_version ||= ENV.fetch('SM_VERSION')
150
150
  end
151
151
 
152
152
  ##
@@ -155,7 +155,7 @@ module Readiness
155
155
  # @author Jason Colyer
156
156
  # @since 1.0.42
157
157
  def self.sfdc_account_link
158
- @sfdc_account_link ||= ENV.fetch('SM_SCL_SFDC_ACCOUNT')
158
+ @sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
159
159
  end
160
160
 
161
161
  ##
@@ -164,7 +164,7 @@ module Readiness
164
164
  # @author Jason Colyer
165
165
  # @since 1.0.42
166
166
  def self.chattr_link
167
- @chattr_link ||= ENV.fetch('SM_SCL_SFDC_CHATTER')
167
+ @chattr_link ||= ENV.fetch('SFDC_CHATTER')
168
168
  end
169
169
 
170
170
  ##
@@ -101,7 +101,7 @@ module Readiness
101
101
  # @author Jason Colyer
102
102
  # @since 1.0.42
103
103
  def self.request_priority
104
- @request_priority ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_PRIORITY')
104
+ @request_priority ||= ENV.fetch('PRIORITY')
105
105
  end
106
106
 
107
107
  ##
@@ -110,7 +110,7 @@ module Readiness
110
110
  # @author Jason Colyer
111
111
  # @since 1.0.42
112
112
  def self.context
113
- @context ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTEXT')
113
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
114
114
  end
115
115
 
116
116
  ##
@@ -119,7 +119,7 @@ module Readiness
119
119
  # @author Jason Colyer
120
120
  # @since 1.0.42
121
121
  def self.contact_name
122
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTACT_NAME')
122
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
123
123
  end
124
124
 
125
125
  ##
@@ -128,7 +128,7 @@ module Readiness
128
128
  # @author Jason Colyer
129
129
  # @since 1.0.42
130
130
  def self.contact_email
131
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_EMAIL')
131
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
132
132
  end
133
133
 
134
134
  ##
@@ -137,7 +137,7 @@ module Readiness
137
137
  # @author Jason Colyer
138
138
  # @since 1.0.42
139
139
  def self.company
140
- @company ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_COMPANY_NAME')
140
+ @company ||= ENV.fetch('COMPANY')
141
141
  end
142
142
 
143
143
  ##
@@ -146,7 +146,7 @@ module Readiness
146
146
  # @author Jason Colyer
147
147
  # @since 1.0.42
148
148
  def self.opp_link
149
- @opp_link ||= ENV.fetch('SM_LICENSE_TEMP_OPP_LINK')
149
+ @opp_link ||= ENV.fetch('SFDC_OPPORTUNITY')
150
150
  end
151
151
 
152
152
  ##
@@ -155,7 +155,7 @@ module Readiness
155
155
  # @author Jason Colyer
156
156
  # @since 1.0.42
157
157
  def self.current
158
- @current ||= ENV.fetch('SM_LICENSE_TEMP_SEATS')
158
+ @current ||= ENV.fetch('SEAT_COUNT')
159
159
  end
160
160
 
161
161
  ##
@@ -164,7 +164,7 @@ module Readiness
164
164
  # @author Jason Colyer
165
165
  # @since 1.0.42
166
166
  def self.trueup
167
- @trueup ||= ENV.fetch('SM_LICENSE_TEMP_TRUEUPS')
167
+ @trueup ||= ENV.fetch('TRUEUP_COUNT')
168
168
  end
169
169
 
170
170
  ##
@@ -173,7 +173,7 @@ module Readiness
173
173
  # @author Jason Colyer
174
174
  # @since 1.0.42
175
175
  def self.plan
176
- @plan ||= ENV.fetch('SM_LICENSE_TEMP_PLAN')
176
+ @plan ||= ENV.fetch('SM_PLAN')
177
177
  end
178
178
 
179
179
  ##
@@ -182,7 +182,7 @@ module Readiness
182
182
  # @author Jason Colyer
183
183
  # @since 1.0.42
184
184
  def self.extension_date
185
- @extension_date ||= ENV.fetch('SM_LICENSE_TEMP_EXPIRATION')
185
+ @extension_date ||= ENV.fetch('EXPIRATION_DATE')
186
186
  end
187
187
 
188
188
  ##
@@ -191,7 +191,7 @@ module Readiness
191
191
  # @author Jason Colyer
192
192
  # @since 1.0.42
193
193
  def self.sfdc_account_link
194
- @sfdc_account_link ||= ENV.fetch('SM_LICENSE_TEMP_SFDC_ACCOUNT')
194
+ @sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
195
195
  end
196
196
 
197
197
  ##
@@ -200,7 +200,7 @@ module Readiness
200
200
  # @author Jason Colyer
201
201
  # @since 1.0.42
202
202
  def self.reason
203
- @reason ||= ENV.fetch('SM_LICENSE_TEMP_REASON')
203
+ @reason ||= ENV.fetch('EXTENSION_REASON')
204
204
  end
205
205
 
206
206
  ##
@@ -101,7 +101,7 @@ module Readiness
101
101
  # @author Jason Colyer
102
102
  # @since 1.0.42
103
103
  def self.request_priority
104
- @request_priority ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_PRIORITY')
104
+ @request_priority ||= ENV.fetch('PRIORITY')
105
105
  end
106
106
 
107
107
  ##
@@ -110,7 +110,7 @@ module Readiness
110
110
  # @author Jason Colyer
111
111
  # @since 1.0.42
112
112
  def self.context
113
- @context ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTEXT')
113
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
114
114
  end
115
115
 
116
116
  ##
@@ -119,7 +119,7 @@ module Readiness
119
119
  # @author Jason Colyer
120
120
  # @since 1.0.42
121
121
  def self.contact_name
122
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTACT_NAME')
122
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
123
123
  end
124
124
 
125
125
  ##
@@ -128,7 +128,7 @@ module Readiness
128
128
  # @author Jason Colyer
129
129
  # @since 1.0.42
130
130
  def self.contact_email
131
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_EMAIL')
131
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
132
132
  end
133
133
 
134
134
  ##
@@ -137,7 +137,7 @@ module Readiness
137
137
  # @author Jason Colyer
138
138
  # @since 1.0.42
139
139
  def self.company
140
- @company ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_COMPANY_NAME')
140
+ @company ||= ENV.fetch('COMPANY')
141
141
  end
142
142
 
143
143
  ##
@@ -146,7 +146,7 @@ module Readiness
146
146
  # @author Jason Colyer
147
147
  # @since 1.0.42
148
148
  def self.license_link
149
- @license_link ||= ENV.fetch('SM_TRIAL_EDIT_LICENSE')
149
+ @license_link ||= ENV.fetch('CDOT_LICENSE')
150
150
  end
151
151
 
152
152
  ##
@@ -155,7 +155,7 @@ module Readiness
155
155
  # @author Jason Colyer
156
156
  # @since 1.0.42
157
157
  def self.current
158
- @current ||= ENV.fetch('SM_TRIAL_EDIT_SEATS')
158
+ @current ||= ENV.fetch('SEAT_COUNT')
159
159
  end
160
160
 
161
161
  ##
@@ -164,7 +164,7 @@ module Readiness
164
164
  # @author Jason Colyer
165
165
  # @since 1.0.42
166
166
  def self.sfdc_account_link
167
- @sfdc_account_link ||= ENV.fetch('SM_TRIAL_EDIT_SFDC_ACCOUNT')
167
+ @sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
168
168
  end
169
169
 
170
170
  ##
@@ -173,7 +173,7 @@ module Readiness
173
173
  # @author Jason Colyer
174
174
  # @since 1.0.42
175
175
  def self.plan
176
- @plan ||= ENV.fetch('SM_TRIAL_EDIT_PLAN')
176
+ @plan ||= ENV.fetch('SM_PLAN')
177
177
  end
178
178
 
179
179
  ##
@@ -101,7 +101,7 @@ module Readiness
101
101
  # @author Jason Colyer
102
102
  # @since 1.0.42
103
103
  def self.request_priority
104
- @request_priority ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_PRIORITY')
104
+ @request_priority ||= ENV.fetch('PRIORITY')
105
105
  end
106
106
 
107
107
  ##
@@ -110,7 +110,7 @@ module Readiness
110
110
  # @author Jason Colyer
111
111
  # @since 1.0.42
112
112
  def self.context
113
- @context ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTEXT')
113
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
114
114
  end
115
115
 
116
116
  ##
@@ -119,7 +119,7 @@ module Readiness
119
119
  # @author Jason Colyer
120
120
  # @since 1.0.42
121
121
  def self.contact_name
122
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTACT_NAME')
122
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
123
123
  end
124
124
 
125
125
  ##
@@ -128,7 +128,7 @@ module Readiness
128
128
  # @author Jason Colyer
129
129
  # @since 1.0.42
130
130
  def self.contact_email
131
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_EMAIL')
131
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
132
132
  end
133
133
 
134
134
  ##
@@ -137,7 +137,7 @@ module Readiness
137
137
  # @author Jason Colyer
138
138
  # @since 1.0.42
139
139
  def self.company
140
- @company ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_COMPANY_NAME')
140
+ @company ||= ENV.fetch('COMPANY')
141
141
  end
142
142
 
143
143
  ##
@@ -146,7 +146,7 @@ module Readiness
146
146
  # @author Jason Colyer
147
147
  # @since 1.0.42
148
148
  def self.license_link
149
- @license_link ||= ENV.fetch('SM_TRIAL_EXTEND_LICENSE')
149
+ @license_link ||= ENV.fetch('CDOT_LICENSE')
150
150
  end
151
151
 
152
152
  ##
@@ -155,7 +155,7 @@ module Readiness
155
155
  # @author Jason Colyer
156
156
  # @since 1.0.42
157
157
  def self.current
158
- @current ||= ENV.fetch('SM_TRIAL_EXTEND_NEW_SEATS')
158
+ @current ||= ENV.fetch('SEAT_COUNT')
159
159
  end
160
160
 
161
161
  ##
@@ -164,16 +164,7 @@ module Readiness
164
164
  # @author Jason Colyer
165
165
  # @since 1.0.42
166
166
  def self.plan
167
- @plan ||= ENV.fetch('SM_TRIAL_EXTEND_NEW_PLAN')
168
- end
169
-
170
- ##
171
- # Sets the global variable expiration
172
- #
173
- # @author Jason Colyer
174
- # @since 1.0.42
175
- def self.expiration
176
- @expiration ||= ENV.fetch('SM_TRIAL_EXTEND_CURRENT_EXPIRATION')
167
+ @plan ||= ENV.fetch('SM_PLAN')
177
168
  end
178
169
 
179
170
  ##
@@ -182,7 +173,7 @@ module Readiness
182
173
  # @author Jason Colyer
183
174
  # @since 1.0.42
184
175
  def self.extension_date
185
- @extension_date ||= ENV.fetch('SM_TRIAL_EXTEND_NEW_EXPIRATION')
176
+ @extension_date ||= ENV.fetch('EXPIRATION_DATE')
186
177
  end
187
178
 
188
179
  ##
@@ -191,7 +182,7 @@ module Readiness
191
182
  # @author Jason Colyer
192
183
  # @since 1.0.42
193
184
  def self.sfdc_account_link
194
- @sfdc_account_link ||= ENV.fetch('SM_TRIAL_EXTEND_NEW_SFDC_ACCOUNT')
185
+ @sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
195
186
  end
196
187
 
197
188
  ##
@@ -200,7 +191,7 @@ module Readiness
200
191
  # @author Jason Colyer
201
192
  # @since 1.0.42
202
193
  def self.reason
203
- @reason ||= ENV.fetch('SM_TRIAL_EXTEND_NEW_REASON')
194
+ @reason ||= ENV.fetch('EXTENSION_REASON')
204
195
  end
205
196
 
206
197
  ##
@@ -232,7 +223,6 @@ module Readiness
232
223
  </li>
233
224
  <li>Company: #{company}</li>
234
225
  <li>Current license: <a href='#{license_link}' target='_blank'>#{license_link}</a></li>
235
- <li>Current license expiration date: #{expiration}</li>
236
226
  <li>Desired expiration date: #{extension_date}</li>
237
227
  <li>User count: #{current}</li>
238
228
  <li>Plan: #{plan}</li>
@@ -101,7 +101,7 @@ module Readiness
101
101
  # @author Jason Colyer
102
102
  # @since 1.0.42
103
103
  def self.request_priority
104
- @request_priority ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_PRIORITY')
104
+ @request_priority ||= ENV.fetch('PRIORITY')
105
105
  end
106
106
 
107
107
  ##
@@ -110,7 +110,7 @@ module Readiness
110
110
  # @author Jason Colyer
111
111
  # @since 1.0.42
112
112
  def self.context
113
- @context ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTEXT')
113
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
114
114
  end
115
115
 
116
116
  ##
@@ -119,7 +119,7 @@ module Readiness
119
119
  # @author Jason Colyer
120
120
  # @since 1.0.42
121
121
  def self.contact_name
122
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_CONTACT_NAME')
122
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
123
123
  end
124
124
 
125
125
  ##
@@ -128,7 +128,7 @@ module Readiness
128
128
  # @author Jason Colyer
129
129
  # @since 1.0.42
130
130
  def self.contact_email
131
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_EMAIL')
131
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
132
132
  end
133
133
 
134
134
  ##
@@ -137,7 +137,7 @@ module Readiness
137
137
  # @author Jason Colyer
138
138
  # @since 1.0.42
139
139
  def self.company
140
- @company ||= ENV.fetch('INTERNAL_REQUEST_GLOBAL_COMPANY_NAME')
140
+ @company ||= ENV.fetch('COMPANY')
141
141
  end
142
142
 
143
143
  ##
@@ -146,7 +146,7 @@ module Readiness
146
146
  # @author Jason Colyer
147
147
  # @since 1.0.42
148
148
  def self.start_date
149
- @start_date ||= ENV.fetch('SM_TRIAL_NEW_START_DATE')
149
+ @start_date ||= ENV.fetch('START_DATE')
150
150
  end
151
151
 
152
152
  ##
@@ -155,7 +155,7 @@ module Readiness
155
155
  # @author Jason Colyer
156
156
  # @since 1.0.42
157
157
  def self.end_date
158
- @end_date ||= ENV.fetch('SM_TRIAL_NEW_EXPIRATION')
158
+ @end_date ||= ENV.fetch('EXPIRATION_DATE')
159
159
  end
160
160
 
161
161
  ##
@@ -164,7 +164,7 @@ module Readiness
164
164
  # @author Jason Colyer
165
165
  # @since 1.0.42
166
166
  def self.current
167
- @current ||= ENV.fetch('SM_TRIAL_NEW_SEATS')
167
+ @current ||= ENV.fetch('SEAT_COUNT')
168
168
  end
169
169
 
170
170
  ##
@@ -173,7 +173,7 @@ module Readiness
173
173
  # @author Jason Colyer
174
174
  # @since 1.0.42
175
175
  def self.plan
176
- @plan ||= ENV.fetch('SM_TRIAL_NEW_PLAN')
176
+ @plan ||= ENV.fetch('SM_PLAN')
177
177
  end
178
178
 
179
179
  ##
@@ -182,7 +182,7 @@ module Readiness
182
182
  # @author Jason Colyer
183
183
  # @since 1.0.42
184
184
  def self.sfdc_account_link
185
- @sfdc_account_link ||= ENV.fetch('SM_TRIAL_NEW_SFDC_ACCOUNT')
185
+ @sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
186
186
  end
187
187
 
188
188
  ##
@@ -191,7 +191,7 @@ module Readiness
191
191
  # @author Jason Colyer
192
192
  # @since 1.0.42
193
193
  def self.reason
194
- @reason ||= ENV.fetch('SM_TRIAL_NEW_REASON')
194
+ @reason ||= ENV.fetch('NEW_TRIAL_REASON')
195
195
  end
196
196
 
197
197
  ##