Releases: unzerdev/php-sdk
Releases · unzerdev/php-sdk
3.13.2
3.13.1
Added
- Added support for payment method
Wero.
3.13.0
Changed
- Ensure type hints of nullable function parameters are explicitly defined as such to address deprecation warnings.
- Change paypage v2 test domain ending from ".io" to ".com".
3.12.0
- Add Styling properties for v2 Paypage
\UnzerSDK\Resources\V2\Paypage:basketBackgroundColorpaymentFormBackgroundColor
- Add prototypes for v2 Customer:
\UnzerSDK\Resources\V2\Customer. - Add prototypes for v3 Basket:
\UnzerSDK\Resources\V3\Basket.
3.11.0
Added
- Add support for
preauthorizetransaction. - 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::createPaypagemethod to create Paypage v2. - Added
\UnzerSDK\Unzer::fetchPaypageV2to 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\ClickToPaypayment method. - Added constant
\UnzerSDK\Constants\ExemptionType::TRANSACTION_RISK_ANALYSISfor exemption type "tra".
3.6.0
Twint payment method is added to SDK.
Added
- Added
\UnzerSDK\Resources\PaymentTypes\Twintpayment method.