-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Generate Stripe idempotency keys server-side (#680)
* fix: Generate Stripe idempotency keys server-side * chore: Fix tests * fix: Tests * fix: Subscription returning bad request * chore: Attempt to log the error * chore: Try to log in try catch clause * chore: Try to debug by the thrown error message * chore: Add crypto import * chore: Bring back original test behavior * chore: Send forgotten idempotency key * chore: Remove idempotency from bodyDto
- Loading branch information
1 parent
7973d42
commit bdc108b
Showing
3 changed files
with
48 additions
and
64 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