|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ## 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: |
| 4 | +Updated BVN verification flow and hotfixes on subaccount, bills and transaction fees: |
5 | 5 |
|
6 | 6 | ### 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. |
| 7 | +- [ADDED] New BVN verification flow (via NIBBS). |
| 8 | +- [ADDED] Unit tests for more coverage on the BVN verification, fees, and split payments. |
| 9 | +- [ADDED] Subaccounts parameter (optional) to card charge and PWBT requests. |
| 10 | +- [FIXED] Resolved "URL Not Found" Error returned from Validate Bill Service method. |
| 11 | +- [FIXED] Resolved "Invalid currency provided" Error returned from the Transaction fees method. |
12 | 12 |
|
13 | 13 | ## 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: |
| 14 | +Scheduled updates and bugfixes: |
15 | 15 |
|
16 | 16 | ### Version Changes. |
17 | 17 | - [ADDED] Tanzania mobile money payment method. |
18 | 18 | - [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 | 19 | - [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. |
| 20 | +- [ADDED] Expires parameter (optional) to PWBT (Pay with Bank Transfer) requests. |
24 | 21 | - [ADDED] Schema for USSD charge (ussdChargeSchema). |
25 | | -- [ADDED] "status" as a body parameter in the updatePlanSchema. |
| 22 | +- [ADDED] Status parameter to the updatePlanSchema requests. |
| 23 | +- [ADDED] Unit tests for more coverage on Fawry Pay, Google Pay, Apple Pay, and eNaira |
| 24 | +- [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. |
| 25 | +- [FIXED] Optional parameters in beneficiarySchema. |
26 | 26 | - [FIXED] Updated transaction tests to stub response. |
27 | 27 | - [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. |
| 28 | +- [FIXED] Support string values for zip code in the cardChargeSchema. |
| 29 | +- [FIXED] Support string values for "billing_zip" in the chargeSchema. |
30 | 30 | - [FIXED] Extended the length of "account_bank" values in the transferSchema. |
31 | 31 | - [FIXED] Updated the UK & USSD bank charge. |
32 | 32 | - [FIXED] Revised the NG bank charge (Mono). |
|
0 commit comments