Skip to content

Releases: cartalyst/stripe

v2.0.6

23 Sep 11:09
Compare
Choose a tag to compare

UPDATED

  • Stripe API version to the latest.

FIXED

  • Iterator not working as expected when passing parameters.
  • Issue where retrieving all subscriptions were not working as expected.
  • Fix issue with idempotency key.

v2.0.5

24 Jun 15:14
Compare
Choose a tag to compare

ADDED

  • Method to verify a connected account.
  • Method to verify a bank account.
  • Various missing endpoints.

FIXED

  • Create method on the File Uploads endpoint.

UPDATED

  • Test coverage.

v1.0.10

24 Jun 15:14
Compare
Choose a tag to compare

ADDED

  • Method to verify a connected account.
  • Method to verify a bank account.
  • Various missing endpoints.

FIXED

  • Create method on the File Uploads endpoint.

UPDATED

  • Test coverage.

v2.0.4

27 Apr 17:26
Compare
Choose a tag to compare

ADDED

  • Guzzle retry middleware.

v2.0.3

26 Feb 23:31
Compare
Choose a tag to compare

ADDED

  • Country Specs API.
  • Delete endpoint to the Skus API.

v1.0.9

26 Feb 23:30
Compare
Choose a tag to compare

ADDED

  • Country Specs API.
  • Delete endpoint to the Skus API.

v2.0.2

17 Feb 11:32
Compare
Choose a tag to compare

FIXED

  • Fixed exception handler to only handle client exceptions.

v1.0.8

17 Feb 11:32
Compare
Choose a tag to compare

FIXED

  • Fixed __call method to work with Mockery.

v2.0.1

10 Feb 16:03
Compare
Choose a tag to compare

FIXED

  • Version constant on Stripe class.

v2.0.0

17 Jan 21:26
Compare
Choose a tag to compare

UPDATED

  • Updated to Guzzle 6.