diff --git a/app/models/spree/shipping_method_decorator.rb b/app/models/spree/shipping_method_decorator.rb index 6a512737bd..bd2a16af12 100644 --- a/app/models/spree/shipping_method_decorator.rb +++ b/app/models/spree/shipping_method_decorator.rb @@ -42,14 +42,6 @@ Spree::ShippingMethod.class_eval do ] end - def within_zone?(order) - if order.ship_address - zone && zone.include?(order.ship_address) - else - true # Shipping methods are available before we've selected an address - end - end - def has_distributor?(distributor) self.distributors.include?(distributor) end