mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Fix name when try to search on seed
This commit is contained in:
@@ -73,7 +73,7 @@ class OrderFactory
|
||||
end
|
||||
|
||||
def delivery_shipping_method_id
|
||||
@distributor.shipping_methods.find_by(name: "Home delivery").id
|
||||
@distributor.shipping_methods.find_by(name: "Home delivery Fredo's Farm Hub").id
|
||||
end
|
||||
|
||||
def order_address
|
||||
|
||||
Reference in New Issue
Block a user