From cc3126938404d7ff81728ff2f8e76115cc691993 Mon Sep 17 00:00:00 2001 From: Armando Ibarra Date: Thu, 22 Dec 2022 10:58:41 -0600 Subject: [PATCH] Release 4.0.7 * Added support for `Card Metadata` API (CS2) * Added new Integrated Platforms payment instrument endpoints to `Accounts` (CS2) * Added support for Dispute Scheme Files API (CS1/CS2) * Added prism score property to payment response risk object * Added `device_session_id` to RiskRequest * Restore first_name and country fields from PaymentRecipient schema * Added mandatory fields for MIT/CIT payments sources (CS1/CS2) * Support Secret Key for `Transfers` (CS2) * Deprecate `ReflowResponse` as the actual response is empty, instead we should use `EmptyResponse`, it will be deleted in a future version * Deprecated `Risk` client (CS1/CS2) * Fix ReportDetailsResponse response attributes types for `CreatedOn` & `LastModifiedOn` --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index e85a6c21..5b7893d3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 4.0.6 + 4.0.7