Skip to content

Releases: vapor-community/stripe

Better protocol usage for routes and mocking route responses in tests

14 Jul 05:06
be7645f
Compare
Choose a tag to compare

Swift 4.2 support

03 Jul 06:35
8276a5f
Compare
Choose a tag to compare
Merge pull request #49 from vapor-community/4.2

Swift 4.2 support.

StripeProvider 2.1.0!

18 Jun 00:17
b44c55e
Compare
Choose a tag to compare

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.

08 Jun 21:22
a08d75e
Compare
Choose a tag to compare
Merge pull request #45 from Sorix/addApiVersion

Possibility to set custom API version in EphemeralKeyRoutes

Fixed source types being nil and request method

12 May 19:06
f4b81a7
Compare
Choose a tag to compare
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.

11 May 11:16
50a56c1
Compare
Choose a tag to compare
Merge pull request #40 from vapor-community/hotfix

Updated http body properly.

Vapor 3.0.0 Re-Tag

10 May 16:10
cdeb5da
Compare
Choose a tag to compare

Hopefully fixes an issue where it's pulling a broken tag

Vapor 3.0.0

07 May 17:10
92481e4
Compare
Choose a tag to compare
Merge pull request #36 from vapor-community/2.0.4

Add support for specifying a Test and Production API key

Production & Test API Keys

29 Apr 22:01
92481e4
Compare
Choose a tag to compare
  • 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

13 Apr 11:26
e0e178b
Compare
Choose a tag to compare

Fixed EphemeralKeys parsing and updates for HTTP encoding.