lib/gun_broker/item/constants.rb in gun_broker-0.5.3 vs lib/gun_broker/item/constants.rb in gun_broker-0.5.4
- old
+ new
@@ -32,21 +32,25 @@
11 => 'Fourteen Days from the date the item is received, including the cost of shipping',
12 => '30 day money back guarantee',
13 => '30 day money back guarantee including the cost of shipping',
}
- # How long before the listing ends.
- LISTING_DURATION = {
+ # How long an auction listing should last.
+ AUCTION_DURATION = {
1 => 'One day',
3 => 'Three days',
5 => 'Five days',
7 => 'Seven days',
9 => 'Nine days',
10 => 'Ten days',
11 => 'Eleven days',
12 => 'Twelve days',
13 => 'Thirteen days',
14 => 'Fourteen days',
+ }
+
+ # How long fixed price listing should last.
+ FIXED_PRICE_DURATION = {
30 => 'Thirty days (Fixed price items only)',
60 => 'Sixty days (Fixed price items only)',
90 => 'Ninety days (Fixed price items only)',
}