Releases: vapor-community/stripe
Releases · vapor-community/stripe
Better protocol usage for routes and mocking route responses in tests
2.1.2 Update README.md
Swift 4.2 support
Merge pull request #49 from vapor-community/4.2 Swift 4.2 support.
StripeProvider 2.1.0!
This release makes it possible to have safe assumptions about properties that are guaranteed to be returned from the API such as id
and object
. This release also makes error handling easier to work with and has every error code stripe offers and supports debuggable!
Fixed Ephemeral key implementation.
Merge pull request #45 from Sorix/addApiVersion Possibility to set custom API version in EphemeralKeyRoutes
Fixed source types being nil and request method
Merge pull request #43 from vapor-community/sourcefix Added a fix for source not having a type for responses.
Fixes an http body encoding issue.
Merge pull request #40 from vapor-community/hotfix Updated http body properly.
Vapor 3.0.0 Re-Tag
Hopefully fixes an issue where it's pulling a broken tag
Vapor 3.0.0
Merge pull request #36 from vapor-community/2.0.4 Add support for specifying a Test and Production API key
Production & Test API Keys
- Added the ability to specify a Production and Test API Key inside of the
StripeConfig
StripeConfig(productionKey: "", testKey: "")
Note: If you don't specify a testKey, the default API key will be used regardless. API key differentiation is determined by the development
Environment
StripeProvider 2.0.3
Fixed EphemeralKeys parsing and updates for HTTP encoding.