Sha256: 92c47da78d376dfeca39a8fa24670fbd19d82673cf6c4bf67e5b2ec3f277eb6c

Contents?: true

Size: 274 Bytes

Versions: 62

Compression:

Stored size: 274 Bytes

Contents

module Workarea
  module Storefront
    module CheckInventory
      def check_inventory
        reservation = InventoryAdjustment.new(current_order).tap(&:perform)
        flash[:error] = reservation.errors.to_sentence if reservation.errors.any?
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 app/controllers/workarea/storefront/check_inventory.rb
workarea-storefront-3.4.12 app/controllers/workarea/storefront/check_inventory.rb