Skip to content

Commit

Permalink
version bump 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iulian03 committed Apr 2, 2024
1 parent 0f5db39 commit 2688975
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.45.0] - 2024-04-02
### Added

- New endpoint [Add tracking to Paypal payin](https://mangopay.com/docs/endpoints/paypal#add-tracking-paypal-payin)
- New parameter `SecureMode` for [Create card validation](https://mangopay.com/docs/endpoints/card-validations#create-card-validation)
- New parameters for Paypal mean of payment : `CancelURL` & `Category` (sub-parameter of `LineItems`). And management of `PaypalPayerID`, `BuyerCountry`, `BuyerFirstname`, `BuyerLastname`, `BuyerPhone`, `PaypalOrderID` in the response.

## [1.44.0] - 2024-03-15
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mangopay2-nodejs-sdk",
"version": "1.44.0",
"version": "1.45.0",
"types": "./typings/index.d.ts",
"description": "Mangopay Node.js SDK",
"repository": "https://github.com/Mangopay/mangopay2-nodejs-sdk.git",
Expand Down

0 comments on commit 2688975

Please sign in to comment.