lib/gun_broker/item/constants.rb in gun_broker-1.4.4 vs lib/gun_broker/item/constants.rb in gun_broker-1.4.5

- old
+ new

@@ -1,8 +1,7 @@ module GunBroker class Item - # Holds constant values for Item. module Constants # Options for auto-relisting. AUTO_RELIST = { 1 => 'Do Not Relist', @@ -89,17 +88,9 @@ 1 => 'See item description', 2 => 'Seller pays for shipping', 4 => 'Buyer pays actual shipping cost', 8 => 'Buyer pays fixed amount', 16 => 'Use shipping profile', - } - - # The carrier responsible for shipping. - # The keys of this hash should be sent as the `carrier` param when updating shipping on an Item. - SHIPPING_CARRIERS = { - 1 => 'FedEx', - 2 => 'UPS', - 3 => 'USPS', } end end end