Module: GunBroker::Order::Constants

Included in:
User::OrdersDelegate
Defined in:
lib/gun_broker/order/constants.rb

Constant Summary collapse

SHIPPING_CARRIERS =

The carrier responsible for shipping. The keys of this hash should be sent as the carrier param when updating shipping on an Order.

{
  1 => 'FedEx',
  2 => 'UPS',
  3 => 'USPS',
}
ACCEPTED_FLAG_KEYS =

The flags that are allowed to be toggled (true/false) on an Order.

%i( payment_received ffl_received order_shipped )