From 531af5e00bcb6114f60a1b23b6e1ff1a97973e99 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Tue, 30 Apr 2024 16:50:31 +0300 Subject: [PATCH] version bump 3.29.2 --- CHANGELOG.md | 5 +++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f1bc66..156f5377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.29.2] - 2024-04-30 +### Fixed + +- Updated the implementation for [Look up metadata for a payment method](https://mangopay.com/docs/endpoints/payment-method-metadata#lookup-payment-method-metadata). The `CommercialIndicator` and `CardType` fields have been moved to the `BinData` object in the API response. + ## [3.29.1] - 2024-04-12 ### Fixed diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index fac1c5bb..0a7bb826 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.29.1'; + const VERSION = '3.29.2'; /** * Root/parent instance that holds the OAuthToken and Configuration instance