Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: vapor-community/stripe-kit

Tags

26.0.0

Toggle 26.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Billing Portal session (#271)

25.1.1

Toggle 25.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
WIP (#269)

25.1.0

Toggle 25.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(marketing features): Adding Product Marketing Feature (#268)

25.0.0

Toggle 25.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add expand to products (#260)

Co-authored-by: Andrew Edwards <[email protected]>

24.0.0

Toggle 24.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make Currency CaseIterable (#259)

Co-authored-by: Andrew Edwards <[email protected]>

23.1.0

Toggle 23.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement `encode(to:)` method of `Event` (fixes #252) (#255)

23.0.0

Toggle 23.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New codes for ConnectAccountRequirementsErrorCode (#250)

* New codes for ConnectAccountRequirementsErrorCode

* Changed indentation to spaces

22.2.1

Toggle 22.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add card network enum case `eftpos_au` (#248)

22.2.0

Toggle 22.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PaymentIntent cancelation (#245)

* add abandoned case to PaymentIntentCancellationReason

* remove invalid cases

* Update cancellation reason enums.

---------

Co-authored-by: Andrew Edwards <[email protected]>

22.1.0

Toggle 22.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restore defaultForCurrency variable in the Card (#238)

* Rollback defaultForCurrency variable in the Card

* Add subscription_details to Invoice

* Make SubscriptionDetails codable

* Add subscription_details to PaymentIntent

* Revert "Add subscription_details to PaymentIntent"

This reverts commit 745c48c.

* Add defaultForCurrency to the initializer

* Add subscriptionDetails to the initializer

* Add a public initializer for SubscriptionDetails

* Add a default nil param for SubscriptionDetails init