Method: ItemBuilder::Modes::QuantityService#qty
- Defined in:
- lib/item_builder/modes/quantity_service.rb
#qty ⇒ Object
42 43 44 45 46 47 48 |
# File 'lib/item_builder/modes/quantity_service.rb', line 42 def qty if channel_name.empty? || channel_name == "Shopify" available_quantity else qty_channel end end |