-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(transaction): check transaction identifier (#68)
* fix(transaction): check transaction identifier * check if transaction with identifier already exists * Return 409 conflict if transaction identifier already exists Closes: #62 * fix(transaction): check identifier before saving * the check now tries to fetch all transactions with a given identifier from a tenant before proceeding Closes: #62 * fix(transaction): update spec * add 409 error to transaction spec * add description of unique transaction_id to spec Closes: #62 * fix(transaction): add length check add if transaction slice is bigger than 0 Co-authored-by: Frederic Jahn <[email protected]> --------- Co-authored-by: Stefan Jacobi <[email protected]> Co-authored-by: Frederic Jahn <[email protected]>
- Loading branch information
1 parent
0b18ba8
commit e608ccd
Showing
3 changed files
with
29 additions
and
1 deletion.
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