-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api)!: change
physical_cards.status
value, remove `event_subsc…
…ription` field, add fields (#65) change `physical_cards.status` enum value `submitted` to `active`, remove `event_subscription` property `shared_secret`, add `acknowledgement` to `ach_transfer`, add new optional parameter to `get /card_profiles` ## Migration guide If you were referencing the `PhysicalCards.status` property `submitted`, you will now want to reference it as `active` instead. If you were previously using the `sharedSecret` property of `EventSubscription`, you will need to stop using it.
- Loading branch information
1 parent
d785c52
commit af0cae8
Showing
7 changed files
with
386 additions
and
42 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
Oops, something went wrong.