|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.1.9 | 2024-03-18 |
| 4 | +Hotfixes to allow a minimum of 3 characters and a maximum of 6 characters for the "account_bank" parameter in the subaccountSchema for the creation of subaccounts. |
| 5 | + |
| 6 | +### Version Changes. |
| 7 | +- [FIXED] The min and max value for the 'account_bank" parameter in the subaccountSchema |
| 8 | + |
3 | 9 | ## 1.1.8 | 2024-02-19 |
4 | | -This release, we've addressed several Hotfixes and added support for the new NIBBS BVN verification flow. Check out the details below: |
| 10 | +Updated BVN verification flow and hotfixes on subaccount, bills and transaction fees: |
5 | 11 |
|
6 | 12 | ### Version Changes. |
7 | | -- [ADDED] NIBBS BVN verification flow. |
8 | | -- [ADDED] unit tests for the new BVN verification flow, transaction fees, and Card Collection (split payments) into subaccounts. |
9 | | -- [ADDED] 'subaccounts' as an optional body parameter for card charge and PWBT (Pay with Bank Transfer). |
10 | | -- [FIXED] "URL Not Found" Error returned from Validate Bill Service method. |
11 | | -- [FIXED] "Invalid currency provided" Error returned from the Transaction fees method. |
| 13 | +- [ADDED] New BVN verification flow (via NIBBS). |
| 14 | +- [ADDED] Unit tests for more coverage on the BVN verification, fees, and split payments. |
| 15 | +- [ADDED] Subaccounts parameter (optional) to card charge and PWBT requests. |
| 16 | +- [FIXED] Resolved "URL Not Found" Error returned from Validate Bill Service method. |
| 17 | +- [FIXED] Resolved "Invalid currency provided" Error returned from the Transaction fees method. |
12 | 18 |
|
13 | 19 | ## 1.1.7 | 2024-01-25 |
14 | | -In this release, we've enhanced payment methods and addressed various housekeeping issues to ensure a smoother experience. Check out the details below: |
| 20 | +Scheduled updates and bugfixes: |
15 | 21 |
|
16 | 22 | ### Version Changes. |
17 | 23 | - [ADDED] Tanzania mobile money payment method. |
18 | 24 | - [ADDED] Fawry Pay payment method. |
19 | | -- [ADDED] Additional unit tests for Fawry Pay, Google Pay, Apple Pay, and eNaira. |
20 | | -- [FIXED] Optional parameters in beneficiarySchema. |
21 | 25 | - [ADDED] Supplementary parameters in the createBulkTransferSchema. |
22 | | -- [ADDED] Introduced "expires" as an optional body parameter for PWBT (Pay with Bank Transfer). |
23 | | -- [ADDED] New tests for payment plans, Charge NG Bank Account (Mono), Charge with Bank Transfer (PWBT), and Change UK & EU Bank Account. |
| 26 | +- [ADDED] Expires parameter (optional) to PWBT (Pay with Bank Transfer) requests. |
24 | 27 | - [ADDED] Schema for USSD charge (ussdChargeSchema). |
25 | | -- [ADDED] "status" as a body parameter in the updatePlanSchema. |
| 28 | +- [ADDED] Status parameter to the updatePlanSchema requests. |
| 29 | +- [ADDED] Unit tests for more coverage on Fawry Pay, Google Pay, Apple Pay, and eNaira |
| 30 | +- [ADDED] Unit tests for more coverage on payment plans, Charge NG Bank Account (Mono), Charge with Bank Transfer (PWBT), and Change UK & EU Bank Account. |
| 31 | +- [FIXED] Optional parameters in beneficiarySchema. |
26 | 32 | - [FIXED] Updated transaction tests to stub response. |
27 | 33 | - [FIXED] Modified "id" in the fetchSchema to accept only integer values. |
28 | | -- [FIXED] Adjusted "authorization.zipcode" in the cardChargeSchema to accept string values. |
29 | | -- [FIXED] Adapted "billing_zip" in the chargeSchema to accept string values. |
| 34 | +- [FIXED] Support string values for zip code in the cardChargeSchema. |
| 35 | +- [FIXED] Support string values for "billing_zip" in the chargeSchema. |
30 | 36 | - [FIXED] Extended the length of "account_bank" values in the transferSchema. |
31 | 37 | - [FIXED] Updated the UK & USSD bank charge. |
32 | 38 | - [FIXED] Revised the NG bank charge (Mono). |
|
0 commit comments