Sha256: abf0ca1fec2112752ebd70bbf573cc13c63b528664fe95334a938ef50cc652d8
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
module Spree module Calculator::Shipping module CanadaPost class SmallPacketsAir < Spree::Calculator::Shipping::CanadaPost::Base def self.description I18n.t("canada_post.small_packets_air") end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_active_shipping-1.0.0 | app/models/spree/calculator/shipping/canada_post/small_packets_air.rb |