Sha256: 78c769d1c3dad0db03a5390f47fd3a8da383ec8327b6091ca6ec9cc8451d1aed
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true module SolidusEasypost module Spree module Stock module EstimatorDecorator def shipping_rates(package, frontend_only = true) SolidusEasypost::Estimator.new.shipping_rates(package, frontend_only) end ::Spree::Stock::Estimator.prepend self end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_easypost-2.0.0 | app/decorators/models/solidus_easypost/spree/stock/estimator_decorator.rb |