Skip to content

Commit

Permalink
Rename ExperienceDateSearch to ExperienceSlotSearch
Browse files Browse the repository at this point in the history
We are updating the naming of experience 'dates' to experience 'slots'
to future-proof for the slots being aware of time in addition to date.
  • Loading branch information
eballantine committed Aug 24, 2023
1 parent 6d2f6a4 commit 6b53fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/canvas/checks/valid_liquid_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def register_tags!
register_tag("currency_switcher", ::Liquid::Tag)
register_tag("json", ::Liquid::Block)
register_tag("variant_pricing", ::Liquid::Tag)
register_tag("experience_date_search", ::Liquid::Block)
register_tag("experience_slot_search", ::Liquid::Block)
end
end
end

0 comments on commit 6b53fa7

Please sign in to comment.