Releases: MultiSafepay/php-sdk
Releases · MultiSafepay/php-sdk
5.18.0
5.17.2
Added
- PHPSDK-181: Add an auxiliary non-static method for verifyNotification()
5.17.1
5.17.0
Added
- PHPSDK-172: Add BILLINK to SHOPPING_CART_REQUIRED_GATEWAYS constant
Fixed
- PHPSDK-173: Fix typo in \MultiSafepay\Api\Transactions\OrderRequest\Arguments\GatewayInfo\Creditcard object
- PHPSDK-174: Fix UnitPrice sometimes having more than 10 decimals
5.16.0
Added
- PHPSDK-166: Add support for affiliates & split payments to create order endpoint, thanks to @Robertbaelde
- PHPSDK-168: Add unit tests for covering IPV6 in IpAddress class
- PLGMAG2V2-401: Add new type 'checkout' to the allowed types in the OrderRequest class
- PLGMAG2V2-401: Add new 'feed_url' methods to the OrderRequest class
Fixed
- PHPSDK-143: Trim merchant item id in order request
5.15.0
Added
- PHPSDK-158: Add "Amount" and "UnitPrice" objects and deprecate the Money object
- PHPSDK-160: Add missing request parameters to UpdateRequest, like excludeOrder, extendExpiration, reason, partialShipmentAmount, carrier, invoiceId, invoiceUrl, poNumber, shipDate, trackTraceCode, trackTraceUrl, newOrderId
- PHPSDK-159: Add support within the SDK to get the QR related properties
- PHPSDK-154: Add cart validation to replace strict mode in the future
Fixed
- PHPSDK-163: Fix PHP 8.4 deprecations, thanks to @RV7PR
- PLUGINSUP-637: Fix missing MultiSafepay logo in README document, thanks to @DaanDeSmedt
- PHPSDK-162: Use correct case for emandate property, thanks to @malles
Changed
- PHPSDK-164: Overwrite max amount for gift cards to be null, because these might accept partial payment
5.14.0
Added
- PHPSDK-155: Throw ApiUnavailableException when API returns 501/503 HTTP codes
- PHPSDK-156: Add getGatewayId in the TransactionResponse class
5.13.0
Added
- PHPSDK-151: Update Gateways::SHOPPING_CART_REQUIRED_GATEWAYS adding 'BNPL_INST', 'IN3B2B', 'SANTANDER', 'ZINIA', 'ZINIA_IN3', 'BNPL_OB', 'BNPL_MF' gateways codes
5.12.1
Fixed
- PHPSDK-146: Fix some exceptions not being hinted as a thrown exception, even though it is, by fixing the PHP DocBlocks
@throwstags
5.12.0
Added
- PHPSDK-139: Add support to set var1, var2 and var3, within the OrderRequest object
- PHPSDK-140: Add support to set custom_info, within the OrderRequest object, thanks to @DaanDeSmedt