Skip to content

Commit 597ea50

Browse files
Merge branch 'dev' of https://github.com/Flutterwave/Node into dev
2 parents c4b20c3 + 63bc4a1 commit 597ea50

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Added transaction verification by reference and updated the settlement imports f
2525
Updated the `voucher` parameter in the momo schema.
2626

2727
### Version Changes
28+
- [FIXED] Make the `voucher` parameter optional in the create mobile money schema.
2829

29-
- [FIXED] Update the `voucher` parameter in the momo schema to be an optional parameter.
3030

3131
## 1.1.13 | 2024-11-19
3232

@@ -37,20 +37,16 @@ Updated the `getBalanceByCurrency` method to parse path parameters.
3737
- [FIXED] Update the `balance_currency` function in the Misc object to exclude queries when parsing a path parameter.
3838

3939
## 1.1.12 | 2024-09-27
40-
41-
Updated the `account_bank` field in the list schema.
40+
Update the list schema.
4241

4342
### Version Changes
44-
45-
- [FIXED] Update validation from required to optional for 'account_bank" parameter in the list schema.
43+
- [FIXED] Remove the required validation on the 'account_bank' parameter.
4644

4745
## 1.1.11 | 2024-09-10
48-
49-
Updated the `account_bank` field in all schema's.
46+
Update `account_bank` validation in create schema.
5047

5148
### Version Changes
52-
53-
- [FIXED] Update validation (minLength & maxLength) for 'account_bank" parameter in the schema's.
49+
- [FIXED] Update minLength & maxLength validation for account_bank parameter.
5450

5551
## 1.1.10 | 2024-04-04
5652

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flutterwave-node-v3",
3-
"version": "1.1.10",
3+
"version": "1.1.15",
44
"description": "The official Node.JS library for Flutterwave v3 payment APIs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)