Method: ActiveShipping::NewZealandPost::Domestic#price
- Defined in:
- lib/active_shipping/carriers/new_zealand_post.rb
#price(product) ⇒ Object
162 163 164 |
# File 'lib/active_shipping/carriers/new_zealand_post.rb', line 162 def price(product) product["cost"].to_f end |