Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release v2.21.0
- Added support for Guzzle 7
Release v2.20.0
- Added
paypal
to theMandateMethod
type (Thanks @mmachatschek !)
Release v2.19.0
- Added convenient
forId
methods to the SubscriptionEndpoint (thanks @Rkallenkoot !) - Added dates to Order resource (thanks @edwwaarrdd !)
Release v2.18.0
- Added the
status
field to theMethod
resource - Added
PaymentMethodStatus
type
Release v2.17.1
- Added the
metadata
attribute to theOrderLine
resource - thanks @reindernl !
Release v2.17.0
- Added methods
getSettlementAmount()
,getAmountCaptured()
,getApplicationFeeAmount()
and a number of missing response fields to the Payment resource (thanks @pmzandbergen!) - The v2 api requires an explicit amount when creating a refund. This is now reflected in the Payment's
refund()
method.
Release v2.16.0
Modified
Are you using OAuth ( also known as Mollie Connect) in test mode?
Calls made from retrieved resources no longer require you to explicitly set ['testmode' => true]
. (But things will continue to work if you do.)
Changes include:
- Customer methods
update()
,payments()
,createSubscription()
andsubscriptions()
. - Order methods
cancel()
,createShipment()
,getShipment()
,shipAll()
,shipments()
,refund()
,refundAll
- Payment methods
getRefund()
,getCapture()
,getChargeback()
,refund()
Added
OrderLine.update()
for updating a singleOrderLine
. (No OAuth testmode support yet.)
Release v2.15.0
Added the payments()
method to the Subscription
resource. This allows you to list all payments for a subscription.
Release v2.14.0
Enabled updating the restrictPaymentMethodsToCountry
attribute on the Payment resource.
Release v2.13.1
Fixed updating the subscription metadata.