Releases: MultiSafepay/php-sdk
Releases · MultiSafepay/php-sdk
5.3.1
Added
- Added possibility to add settings along with payment options in the transaction request
5.3.0
Added
- Added support for Apple Pay direct payment method
- Add class WalletManager which can be used for getting specific data needed for wallets payment methods
5.2.2
Fixed
- Fixed a bug where some addresses that start with a number would return null.
5.2.1
Fixed
- Fixed a bug where a refund could not be created if the orderId parameter wasn't provided.
5.2.0
Added
- Added support for API manual capture endpoints
5.1.1
Changed
- Removal of phone number filtering in PhoneNumber value object.
5.1.0
Changed
- Deprecation of duplicate method TransactionResponse->getPaymentLink().
Added
- Add support for API token endpoint
- Add class ShippingItem in OrderRequest which can be used for simpler way to specify a shipping item in the shopping cart
- Add POST notification validation
Fixed
- Fix bug when requesting transaction details for an order registered without a ShoppingCart returning InvalidArgumentException with clear error message
5.0.1
Changed
- getGateways will now include all merchant enabled gift cards by default
- Prevent validation error on comma-separated IP addresses, now using first IP address
- Remove type hint for CartItem quantity to allow for float values
5.0.0
Added
- Add support for PHP 8.0
Removed
- Removed support for PHP 7.1
4.1.0
Added
- Add support for company_name in Customer object
- Add support for tokenization
- Add new method in TransactionResponse object to check if requires shopping cart to process refunds.
- Add new methods to simplify how to set properties in multiple objects