Class: ShopBunny::ShippingCostCalculator

Inherits:
Object
  • Object
show all
Defined in:
lib/shop_bunny/shipping_cost_calculator.rb

Overview

The default shipping cost calculator

Class Method Summary collapse

Class Method Details

.costs_for(cart, options = {}) ⇒ Object



3
4
5
# File 'lib/shop_bunny/shipping_cost_calculator.rb', line 3

def self.costs_for(cart, options = {})
  8.90
end