-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Unused invoice number after failed online payment attempt #571
Labels
Comments
fixed in commit 8664df2 |
syjer
pushed a commit
that referenced
this issue
Dec 29, 2018
* #570 JDK11 migration * #571 generate invoice number only when the payment gateway replies with a successful status * #570 update README and configuration files for deployment (to be tested) * #570 try to fix azure pipeline * #570 back to a more conservative approach: enable "skip locked" only where strictly required * #570 fix test * #570 better handling of exceptional result
fixed |
icougil
pushed a commit
to barcelonajug/alf.io
that referenced
this issue
Jan 17, 2019
* fix subscription type detection * alfio-event#576 generate invoice number only when the payment gateway replies with a successful status * alfio-event#571 rename method * use text-indent instead of padding for better cross-browser support * alfio-event#576 - use 10-digit scale for decimals while calculating VAT * [Gradle Release Plugin] - pre tag commit: '1.16.2'. * [Gradle Release Plugin] - new version commit: '1.17-SNAPSHOT'. * update ticket uuid when transitioning to RELEASED * [Gradle Release Plugin] - pre tag commit: '1.16.3'. * [Gradle Release Plugin] - new version commit: '1.17-SNAPSHOT'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we generate an invoice number for a reservation even if the payment confirmation (the second step of the payment transaction) is not successful, and that is not good for accounting, because the organizers will end up with a "hole" in the invoice sequence.
We should associate an invoice number to a reservation only if the payment transaction has been accepted and confirmed by the payment gateway.
The text was updated successfully, but these errors were encountered: