Releases: unzerdev/php-sdk
Releases · unzerdev/php-sdk
3.12.0
3.11.0
Added
- Add support for
preauthorize
transaction. - Enable PHP 8.4 in composer.json.
- Add support for Open Banking payment method.
3.10.0
Added
- Add support for Linkpay v2.
Changed
- Update paypage v2 styling parameter to match API changes.
3.9.0
Changed
- Update paypage v2 styling parameter to match API changes.
- Add exemption types "scp" and "no_exemption".
3.8.0
Support for Paypage v2 is added to SDK.
Added
- Added athorization for Paypage v2.
- Added
\UnzerSDK\Unzer::createPaypage
method to create Paypage v2. - Added
\UnzerSDK\Unzer::fetchPaypageV2
to fetch payment status information for the given Paypage v2.
3.7.0
Support for Click To Pay payment method is added to SDK.
Added
- Added
\UnzerSDK\Resources\PaymentTypes\ClickToPay
payment method. - Added constant
\UnzerSDK\Constants\ExemptionType::TRANSACTION_RISK_ANALYSIS
for exemption type "tra".
3.6.0
Twint payment method is added to SDK.
Added
- Added
\UnzerSDK\Resources\PaymentTypes\Twint
payment method.
3.5.0
Added
- Add
\UnzerSDK\Resources\PaymentTypes\Googlepay
payment type. - Add Example for Google Pay.
- Add PHP 8.3 version to composer.json
3.4.1
Changed
- Revert deprecation of
\UnzerSDK\Resources\PaymentTypes\SepaDirectDebit
.
Release 3.4.0
Added
- Add
\UnzerSDK\Resources\PaymentTypes\PaylaterDirectDebit
payment type. - Add Example for Direct Debit payment type.
- Add constants
\UnzerSDK\Constants\CustomerRegistrationLevel
for valid "registrationLevel" values. Relevant for setting riskData. - Add riskData to PaylaterInstallment example.
- Add riskData to PaylaterInvoice example.
- Add bank account information to
\UnzerSDK\Resources\PaymentTypes\Sofort
class.
Changed
- Allow
null
for setters in\UnzerSDK\Traits\HasAccountInformation
trait to avoid error when e.g. API response contains empty bic. - Apple Pay example: Moved merchant identifier to constant in
_enableExamples.php
where it can be configured.
Deprecated
\UnzerSDK\Resources\PaymentTypes\SepaDirectDebit
, please use\UnzerSDK\Resources\PaymentTypes\PaylaterDirectDebit
.\UnzerSDK\Resources\PaymentTypes\SepaDirectDebitSecured
, please use\UnzerSDK\Resources\PaymentTypes\PaylaterDirectDebit
.