Releases: TrueLayer/truelayer-php
Releases · TrueLayer/truelayer-php
v2.1.1
v2.0.1
v2.0.0
v1.6.0
Added
- Support for setting the user's address using
$client->user()->address()
- Support for setting the user's date of birth using
$client->user()->dateOfBirth()
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Added
- New
$client->paymentAuthorizationFlow()
and$createdPayment->authorizationFlow()
methods for starting the authorization flow that are better aligned with TrueLayer APIs - Missing documentation for starting payment authorization
Changed
- Deprecated
$client->startPaymentAuthorization()
and$createdPayment->startAuthorization()