Skip to content

Commit

Permalink
version bump 3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Jul 30, 2024
1 parent 7cd7261 commit 21b90ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.31.0] - 2024-07-30
### Added

1. New endpoint: [Create a Bancontact PayIn](https://mangopay.com/docs/endpoints/bancontact#create-bancontact-payin)

2. New parameter `PaymentCategory` for the following endpoints :
- [Create a Card Validation](https://mangopay.com/docs/endpoints/card-validations#create-card-validation)
- [Create a Direct Card PayIn](https://mangopay.com/docs/endpoints/direct-card-payins#create-direct-card-payin)
- [Create a Preauthorization](https://mangopay.com/docs/endpoints/preauthorizations#create-preauthorization)

## [3.30.0] - 2024-05-31
### Added

Expand Down
2 changes: 1 addition & 1 deletion MangoPay/Libraries/RestTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class RestTool
{
const VERSION = '3.30.0';
const VERSION = '3.31.0';

/**
* Root/parent instance that holds the OAuthToken and Configuration instance
Expand Down

0 comments on commit 21b90ee

Please sign in to comment.