File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 5.17.0] - 2025-06-04
10+ ### Added
11+ - PHPSDK-172: Add BILLINK to SHOPPING_CART_REQUIRED_GATEWAYS constant
12+
13+ ### Fixed
14+ - PHPSDK-173: Fix typo in \MultiSafepay\Api\Transactions\OrderRequest\Arguments\GatewayInfo\Creditcard object
15+
916## [ 5.16.0] - 2025-03-19
1017### Added
1118- PHPSDK-166: Add support for affiliates & split payments to create order endpoint
Original file line number Diff line number Diff line change 33 "description" : " MultiSafepay PHP SDK" ,
44 "type" : " library" ,
55 "license" : " MIT" ,
6- "version" : " 5.16 .0" ,
6+ "version" : " 5.17 .0" ,
77 "require" : {
88 "php" : " ^7.2|^8.0" ,
99 "ext-json" : " *" ,
Original file line number Diff line number Diff line change 1717 */
1818class Version
1919{
20- public const SDK_VERSION = '5.16 .0 ' ;
20+ public const SDK_VERSION = '5.17 .0 ' ;
2121
2222 /**
2323 * @var Version
You can’t perform that action at this time.
0 commit comments