Sha256: 2a94b298085fdfb346a88e63cb4e388690910862646433f4830f914185a09b3e

Contents?: true

Size: 837 Bytes

Versions: 6

Compression:

Stored size: 837 Bytes

Contents

shipping_method = Spree::ShippingMethod.find_by_name("UPS Ground (USD)")
shipping_method.calculator.preferred_amount = 5
shipping_method.calculator.preferred_currency = 'USD'

shipping_method = Spree::ShippingMethod.find_by_name("UPS Ground (EUR)")
shipping_method.calculator.preferred_amount = 5
shipping_method.calculator.preferred_currency = 'EUR'

shipping_method = Spree::ShippingMethod.find_by_name("UPS One Day (USD)")
shipping_method.calculator.preferred_amount = 15
shipping_method.calculator.preferred_currency = 'USD'

shipping_method = Spree::ShippingMethod.find_by_name("UPS Two Day (USD)")
shipping_method.calculator.preferred_amount = 10
shipping_method.calculator.preferred_currency = 'USD'

# flat_rate_five_dollars:
#   name: amount
#   owner: flat_rate_coupon_calculator
#   owner_type: Spree::Calculator
#   value: 5

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree_sample-1.3.2 db/sample/spree/preferences.rb
spree_sample-1.3.1 db/sample/spree/preferences.rb
spree_sample-1.3.0 db/sample/spree/preferences.rb
spree_sample-1.3.0.rc2 db/sample/spree/preferences.rb
dup_spree_sample-1.3.0.rc1 db/sample/spree/preferences.rb
spree_sample-1.3.0.rc1 db/sample/spree/preferences.rb