From 116d6acb571dd58500448f38b6776ad1150429af Mon Sep 17 00:00:00 2001 From: Ekene Ashinze Date: Sun, 17 Mar 2024 18:59:40 -0700 Subject: [PATCH] Fix version error, split code spelling --- README.md | 2 +- projects/angular4-paystack/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42fd013..2c119d7 100755 --- a/README.md +++ b/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 c6edd3d..17f16c3 100644 --- a/projects/angular4-paystack/package.json +++ b/projects/angular4-paystack/package.json @@ -2,8 +2,8 @@ "name": "angular4-paystack", "version": "3.1.3", "peerDependencies": { - "@angular/common": "8.0.0 - ^17", - "@angular/core": "8.0.0 - ^17" + "@angular/common": "8.0.0 - 17.x.x", + "@angular/core": "8.0.0 - 17.x.x" }, "repository": { "type": "git",