lib/gun_broker/item/constants.rb in gun_broker-0.5.4 vs lib/gun_broker/item/constants.rb in gun_broker-0.5.5
- old
+ new
@@ -48,12 +48,12 @@
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)',
+ 30 => 'Thirty days',
+ 60 => 'Sixty days',
+ 90 => 'Ninety days',
}
# The payment methods accepted by the seller for this Item.
# The keys of this hash should be sent as `true` or `false` in the `paymentMethods` param.
PAYMENT_METHODS = {