Skip to content

Releases: alma/alma-php-client

v1.0.8

21 Nov 15:06
Compare
Choose a tag to compare
  • Fixes handling of server errors in eligibility endpoint

v1.0.7

19 Sep 16:51
Compare
Choose a tag to compare
  • Fixes eligibility response handling, which was buggy in case of non-eligibility responses and legacy response types

v1.0.6

06 Sep 08:46
Compare
Choose a tag to compare
  • Minor bug fix

v1.0.5

31 Jul 14:53
Compare
Choose a tag to compare
  • Fixes missing webhooks endpoint on Client

v1.0.4

25 Jul 16:40
Compare
Choose a tag to compare
  • Adds the Orders endpoint and Order entity to handle orders associated to a payment
  • Improves the eligibility endpoint to handle multiple eligibility results (for different installments counts)
  • Adds the Webhooks endpoint to be able to register webhook URLs against the API

v1.0.3

11 Jun 08:37
ca39c66
Compare
Choose a tag to compare
  • Adds paymentPlan to eligibility result

v1.0.2

16 Apr 11:45
Compare
Choose a tag to compare
  • Bug fix: Always include a body for POST requests to prevent HTTP 411 error

v1.0.1

27 Mar 17:40
Compare
Choose a tag to compare
  • Adds fee_plans attribute to the Merchant entity
  • Deprecate Payments::createPayment in favor of Payments::create
  • Adds the Payments::refund endpoint to partially or totally refund a payment
  • [Adds PHPUnit and a few unit tests, but nothing big just yet]

v1.0.0

01 Mar 14:37
Compare
Choose a tag to compare

Getting more serious with a 1.0.0 release! 🎉

  • Adds User-Agent with PHP and client version
  • Adds ability to add User-Agent "components" to the request

v0.0.7

14 Feb 16:32
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

v0.0.7

  • Eligibility check now returns 200 OK with {"eligible": false} for non-eligible purchases:
    supports legacy 406 status code and the new version
  • New eligibility check's negative response includes constraints that should be met to be eligible