Class: ShopBunny::ShippingCostCalculator
- Inherits:
-
Object
- Object
- ShopBunny::ShippingCostCalculator
- 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, = {}) 8.90 end |