Skip to content

Commit

Permalink
P20-57: Update CPA module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-vavilov committed May 9, 2024
1 parent 0bb37cd commit 6b83cf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dashboard/lib/cpa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ def self.cpa_experience(current_request, current_time: DateTime.now)
return nil unless current_request
# schedule [Map] A map of the CPA phases to dates. Example:
# {
# “new_user_lockout”: “2023-07-01T00:00:00Z”,
# “all_user_lockout”: “2024-07-01T00:00:00Z”
# “cpa_new_user_lockout”: “2023-07-05T23:15:00+00:00”,
# “cpa_all_user_lockout_warning”: “2024-05-01T00:00:00MST”,
# “cpa_all_user_lockout”: “2024-07-01T00:00:00MST”
# }
schedule = experiment_value('cpa_schedule', current_request)
# override [String] configuration overrides if we are manually testing the
Expand Down

0 comments on commit 6b83cf1

Please sign in to comment.