Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Items reserved before a Time limit applies lose their reservation at the time limit #128

Open
chrisjrn opened this issue Jun 14, 2017 · 0 comments

Comments

@chrisjrn
Copy link
Owner

  1. Set a discount with an end date of time N
  2. Create a product that has a reservation_duration of 10
  3. Reserve a product at time N-1
  4. Attempt to pay the invoice at time N+1

Expected:

  • The item remains reserved and the invoice can be paid

Actual:

  • The invoice is VOID and the discount must be removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant