-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3753: fix(invoice): primary key collision invoicing_fees r=mbayopanda a=jniles The invoice creation threw errors when two invoicing_fees of the same _value_ were applied to the same invoice. This is obvious incorrect. This change allows you to apply any value any number of times to the same invoice, provided you are not reusing the same invoicing fee. Co-authored-by: Jonathan Niles <jonathanwniles@gmail.com>
- Loading branch information
Showing
3 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters