Skip to content

Releases: vapor-community/stripe

More Bug Fixes

08 Oct 21:02
92ff244
Compare
Choose a tag to compare

Fixes a URL correction on the sources endpoint

Bug Fixes and improvements

06 Oct 21:31
Compare
Choose a tag to compare
Revert "Add public constructors for ShippingLabel and StripeAddress"

This reverts commit 60acfa73f747224622473a630a9bf48102f1dc72.

Stripe Files and Optionals

15 Sep 23:24
fb2bf21
Compare
Choose a tag to compare

⚠️ This is a breaking change release ⚠️

Whats New

  • Fixed an issue with some parameters return nil when they shouldn't be. The only fix around this with how Stripe handles some stuff is by making just about every property on the models an optional. An extra step to decode, but will reduce the crashes/decoding issues dramatically
  • New: Added Stripe Files support

Bug fixes

03 Sep 01:07
fa6bc4b
Compare
Choose a tag to compare
Merge pull request #62 from vapor-community/fixes

Optional properties

Bug fixes

02 Sep 22:32
877e4ca
Compare
Choose a tag to compare
Merge pull request #61 from vapor-community/fixes

Optional properties discovered yet again.

Bux fixes

26 Aug 12:48
225e23e
Compare
Choose a tag to compare
Merge pull request #60 from vapor-community/source-fix

Another property that is indeed optional from the API.

API upgrade to 2018-07-27 and payouts support.

23 Aug 14:05
d509288
Compare
Choose a tag to compare

Updated to latest API which includes changes in subscriptions endpoints.
Added support for payouts.

Fixes and Payment Changes

10 Aug 23:35
213c643
Compare
Choose a tag to compare
  • Fix: Add support for tiers and usage transform to SubscriptionPlan
  • Fix: Make StripeSubscription.quantity optional
  • New: Use enum type for payment sources

Bugfix

09 Aug 22:28
038b0bc
Compare
Choose a tag to compare
Merge pull request #54 from vapor-community/bugfix

Fix for nullable client secret. Although stripes documentation sugges…

Singleton Service

14 Jul 15:29
Compare
Choose a tag to compare

Made the StripeClient a singleton so we can keep a single instance and not have a copy that doesn't get changes to routes for tests for example.