solidus_reserved_stock 0.0.2
Allow stock to be reserved for a given user, so it can't be purchased by other users. When a customer reserves stock, it's moved from its normal stock location to a special reserved stock location. When a customer checks out, their reserved items will be used first to fulfill their order. Reserved stock can be restored to its original stock location at any time, and can be stored with an expiry date for the reservation.
Gemfile:
=
install:
=
Runtime Dependencies (4):
Development Dependencies (14):
byebug
~> 8.2
capybara
~> 2.4
coffee-rails
~> 4.0
database_cleaner
~> 1.3
factory_girl_rails
~> 4.6
ffaker
~> 1.32
guard-rspec
~> 4.6
poltergeist
~> 1.5
pry-rails
~> 0.3
rspec-activemodel-mocks
~> 1.0
rspec-rails
~> 3.1
rubocop
~> 0.37
sass-rails
~> 5.0
simplecov
~> 0.9
Requirements:
none