Module: Stellae::Shipping
- Included in:
- Order
- Defined in:
- lib/stellae/shipping.rb
Constant Summary collapse
- SHIPPING_MAP =
{ "Standard" => "90", "Next Business Day" => "05" }
Instance Method Summary collapse
Instance Method Details
#shipping_service(shipping_method) ⇒ Object
10 11 12 |
# File 'lib/stellae/shipping.rb', line 10 def shipping_service(shipping_method) SHIPPING_MAP[shipping_method] || shipping_method end |