Skip to content

Releases: mooore-digital/ecurring-api-php

v0.5.0

23 Oct 07:06
213a3c7
Compare
Choose a tag to compare

Added

  • Resource relationships for Customer, Invoice, Subscription and SubscriptionPlan. Thanks @EdwinHoksberg
  • Support for Guzzle 7 (required by Laravel 8). Thanks @mbardelmeijer

v0.4.0

19 Jun 11:21
Compare
Choose a tag to compare

Thanks to @hordijk, the client has been updated to the latest eCurring API documentation!

Added

  • Invoice and invoice lines API endpoint.
  • Transactions API endpoint.
  • Unit tests for all resources.

Changed

  • Resource type is now integrated in endpoint implementations.

Fixed

  • ID not present in payload for update subscription.
  • PostalCode not set for Customer.

Rename Marissen to Mooore

27 Nov 13:39
Compare
Choose a tag to compare

Nothing else, we just changed our organization name!

v0.2.0

05 Sep 07:07
Compare
Choose a tag to compare

Added PHP version check to make sure we're running on the right version.

v0.1.1

25 Apr 14:46
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Moved status values from inplace strings to class constants in resource Subscription.
  • Passing extra attributes to Customer::createSubscription and SubscriptionPlan::createSubscription() is now possible.

Initial release

05 Apr 10:14
c584da7
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is the first publication, please note that this library is still in development and not being used in production yet. Things might change, hence the 0.1 version to allow major changes.