Skip to content

Commit 21b90ee

Browse files
author
Iulian Masar
committed
version bump 3.31.0
1 parent 7cd7261 commit 21b90ee

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.31.0] - 2024-07-30
2+
### Added
3+
4+
1. New endpoint: [Create a Bancontact PayIn](https://mangopay.com/docs/endpoints/bancontact#create-bancontact-payin)
5+
6+
2. New parameter `PaymentCategory` for the following endpoints :
7+
- [Create a Card Validation](https://mangopay.com/docs/endpoints/card-validations#create-card-validation)
8+
- [Create a Direct Card PayIn](https://mangopay.com/docs/endpoints/direct-card-payins#create-direct-card-payin)
9+
- [Create a Preauthorization](https://mangopay.com/docs/endpoints/preauthorizations#create-preauthorization)
10+
111
## [3.30.0] - 2024-05-31
212
### Added
313

MangoPay/Libraries/RestTool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class RestTool
1313
{
14-
const VERSION = '3.30.0';
14+
const VERSION = '3.31.0';
1515

1616
/**
1717
* Root/parent instance that holds the OAuthToken and Configuration instance

0 commit comments

Comments
 (0)