Releases: AltaPay/api-php
Releases · AltaPay/api-php
3.2.4
[3.2.4] - 2022-06-14
Added
- Add PreauthAmount to ReserveSubscriptionResponse
- Add missing properties from forks
3.2.3
[3.2.3] - 2022-06-14
Added
- Added CardInformation parameters for Transaction class
3.2.2
[3.2.2] - 2022-04-14
Added
- Added optional parameters for CardWalletAuthorize class
- Added setter for Transaction data
3.2.1
[3.2.1] - 2022-04-04
Added
- Added support for the new endpoints for Apple Pay
3.2.0
[3.2.0] - 2022-03-01
Added
- Added User-Agent in API call headers
- Added new properties for ReleaseReservationResponse class
- Added new property and setter for ChargeSubscriptionResponse class
- Added support for upto PHP 8.1
3.1.1
Added
Fixes
- Correctly parse boolean parameters
3.1.0
Added
- Support for installation and autoloading via composer
- Document all function arguments
- Added DynamicJavascriptUrl on PensioCreatePaymentRequest
- The previous exception is now forwarded
Changed
- Split ResponseSerializer serialize() and serializeChildren()
Fixes
- Better handle invalid responses
- Corrected remaining warning messages
- Corrected all types in code DocBlocks
- Correctly handle non-US-ASCII symbols
- Make sure all exceptions have a message
v3.0.0
Changes
- Rebranded back to AltaPay
- Corrected dependencies
- ResponseInfo::getRegisteredAddress() will now return null when no address was set
- Package content has been reduced in size
Fixes
- Errors will now be Altapay\Exceptions\ClientException instead of Guzzle exceptions
- Corrected some warning messages
- Corrected some types in code DocBlocks
v2.1.0
Added
- Klarna Payments parameters to the Create payment request, and the Capture and refund
- Parse more credit card details
Changed
- Removed the restriction where "taxPercent" and "taxAmount" could be used
- Set the POST method as default
- Update code style
v2.0.0
Changed
- Rebranding from Altapay to Valitor