diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af0d2d..388f436 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `angular4-paystack` will be documented in this file +## 3.1.4 - 18-03-24 +### Fixed + - Fixed peer dependencies version issues + - Fix `split_code` spelling in documentation + ## 3.1.3 - 02-03-24 ### Fixed - Peer dependency update for angular 17 support diff --git a/projects/angular4-paystack/CHANGELOG.md b/projects/angular4-paystack/CHANGELOG.md index 0af0d2d..388f436 100755 --- a/projects/angular4-paystack/CHANGELOG.md +++ b/projects/angular4-paystack/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `angular4-paystack` will be documented in this file +## 3.1.4 - 18-03-24 +### Fixed + - Fixed peer dependencies version issues + - Fix `split_code` spelling in documentation + ## 3.1.3 - 02-03-24 ### Fixed - Peer dependency update for angular 17 support diff --git a/projects/angular4-paystack/README.md b/projects/angular4-paystack/README.md index 42fd013..2c119d7 100755 --- a/projects/angular4-paystack/README.md +++ b/projects/angular4-paystack/README.md @@ -191,7 +191,7 @@ Then `pk_test_2` would be used instead | `paymentInit` | `function` | false | undefined | A function called when the payment is about to begin | `onClose` | `function` | false | undefined | A function called if the customer closes the payment window **For Split Payments** | -| `spplit_code` | `string` | true (for split payment) | "" | The split code of the transaction split. (e.g. `SPL_98WF13Eb3w`) +| `split_code` | `string` | true (for split payment) | "" | The split code of the transaction split. (e.g. `SPL_98WF13Eb3w`) | `subaccount` | `string` | false | "" | The code for the subaccount that owns the payment. | `transaction_charge` | `number` | false | 0 | A flat fee to charge the subaccount for this transaction, in kobo. | `bearer` | `string` | false | "" | Who bears Paystack charges? account or subaccount diff --git a/projects/angular4-paystack/package.json b/projects/angular4-paystack/package.json index 17f16c3..c73bd26 100644 --- a/projects/angular4-paystack/package.json +++ b/projects/angular4-paystack/package.json @@ -1,6 +1,6 @@ { "name": "angular4-paystack", - "version": "3.1.3", + "version": "3.1.4", "peerDependencies": { "@angular/common": "8.0.0 - 17.x.x", "@angular/core": "8.0.0 - 17.x.x"