stripe-node v7.5.0
·
1501 commits
to master
since this release
- #660 Interpret any string in args as API Key instead of a regex
⚠️ Careful: passing strings which are not API Keys as as the final argument to a request previously would have ignored those strings, and would now result in the request failing with an authentication error.⚠️ Careful: The private apiutils.isAuthKey
was removed.
- #658 Update README retry code sample to use two retries
- #653 Reorder customer methods