Skip to content

Tags: Alusus/Stripe

Tags

0.2.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8 from sarmadka/main

Added support for fetching promo codes.

0.2.6

Fix in createSubscription.

A fix in one of the createSubscriptions overloads to
match changes in Stripe's APIs.

0.2.5

Added no-arg constructor to Client.

Added no-arg constructor, which is needed if the class
is to be used as a thread local variable.

0.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from sarmadka/main

Added cancelSubscription method.

0.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added payment methods and made some code cleanups. (#6)

* adding some info for the models

* get fixed amount of data and code clean ups

* add payment_method and add some code clean up

* add example and add the new models to the class

* Various cleanups.

* Updated the documentation.

* Fixed few issues.

* Fixed a couple of issues.

---------

Co-authored-by: sleman alrstum <sleman.alrtsum231@gmail.com>
Co-authored-by: Sarmad Khalid Abdullah <sarmad@alusus.org>

0.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates for compatibility with latest Json lib version. (#5)

0.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for subscriptions and billing portal sessions. (#3)

* adding models for subscription

* adding Apis for subscription

* adding customer Id to checkout creation

* adding subscription and billing portal session to cleint

* adding arabic functions and classes

* fix some problems

* Various cleanups.

* Added missing import.

* Minor documentation fix.

---------

Co-authored-by: sleman alrstum <sleman.alrtsum231@gmail.com>
Co-authored-by: Sarmad Khalid Abdullah <sarmad@alusus.org>

0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from sarmadka/main

Various cleanups.

0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial implementation.