spree-contrib / spree_digital

A Spree extension to enable downloadable products
http://spreecommerce.org
MIT License
117 stars 97 forks source link

Purchase Multiple Copies of Same Download, Same Link Works #34

Closed nitsujri closed 11 years ago

nitsujri commented 11 years ago

Steps to reproduce:

  1. Purchase 3 of the same item
  2. Checkout
  3. Using a single link, download the same item 3 times.

The download will fail on the 4th attempt.

In my gemfile,

gem 'spree_digital', :git => 'git://github.com/halo/spree_digital.git', :branch => 'master'
iloveitaly commented 11 years ago

The number of times a link will be active is defined in preferences https://github.com/halo/spree_digital/blob/master/lib/spree/spree_digital_configuration.rb

JDutil commented 11 years ago

Closing out this issue since it is a defined preference as previously mentioned.