Skip to content

Commit

Permalink
Enable Daily Rate feature flag (#4959)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeticiaErrandonea authored Jan 30, 2025
1 parent e834918 commit 6ce9328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ feature:
cross_core_projects: true
cross_core_order_view: <%= ENV.fetch("CROSS_CORE_ORDER_VIEW", true) %>
show_reconciliation_deposit_number: <%= ENV.fetch("RECONCILIATION_DEPOSIT_NUMBER", false) %>
show_daily_rate_option: <%= !Rails.env.production? %>
show_daily_rate_option: true
sanger_enabled_service: <%= ENV.fetch("SANGER_ENABLED_SERVICE", false) %>

split_accounts:
Expand Down

0 comments on commit 6ce9328

Please sign in to comment.