Merge pull request #13530 from mkllnk/hub-address-feature

Remove retired hub_address feature
This commit is contained in:
Filipe
2025-09-16 17:23:42 +01:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
= @order.shipping_method.name
%em.fees= payment_or_shipping_price(@order.shipping_method, @order)
.two-columns
= render "delivery_details" if @order.shipping_method.delivery? || feature?(:hub_address)
= render "delivery_details" if @order.shipping_method.delivery?
- if @order.shipping_method.description.present?
%div
.summary-subtitle

View File

@@ -61,9 +61,6 @@ module OpenFoodNetwork
"inventory" => <<~DESC,
Enable the inventory.
DESC
"hub_address" => <<~DESC,
Show the hub's address as shipping address on pickup orders.
DESC
"cqcm-dev" => <<~DESC,
Show DFC Permissions interface to share data with CQCM dev platform.
DESC