Releases: alma/alma-php-client
Releases · alma/alma-php-client
v1.0.8
- Fixes handling of server errors in eligibility endpoint
v1.0.7
- Fixes eligibility response handling, which was buggy in case of non-eligibility responses and legacy response types
v1.0.5
- Fixes missing webhooks endpoint on Client
v1.0.4
- 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
- Adds
paymentPlan
to eligibility result
v1.0.2
- Bug fix: Always include a body for POST requests to prevent HTTP 411 error
v1.0.1
- 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
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
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