Skip to content

Commit 8b88961

Browse files
authored
Fix version error, split code spelling (#91)
1 parent 2c1e699 commit 8b88961

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Then `pk_test_2` would be used instead
191191
| `paymentInit` | `function` | false | undefined | A function called when the payment is about to begin
192192
| `onClose` | `function` | false | undefined | A function called if the customer closes the payment window
193193
**For Split Payments** |
194-
| `spplit_code` | `string` | true (for split payment) | "" | The split code of the transaction split. (e.g. `SPL_98WF13Eb3w`)
194+
| `split_code` | `string` | true (for split payment) | "" | The split code of the transaction split. (e.g. `SPL_98WF13Eb3w`)
195195
| `subaccount` | `string` | false | "" | The code for the subaccount that owns the payment.
196196
| `transaction_charge` | `number` | false | 0 | A flat fee to charge the subaccount for this transaction, in kobo.
197197
| `bearer` | `string` | false | "" | Who bears Paystack charges? account or subaccount

projects/angular4-paystack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "angular4-paystack",
33
"version": "3.1.3",
44
"peerDependencies": {
5-
"@angular/common": "8.0.0 - ^17",
6-
"@angular/core": "8.0.0 - ^17"
5+
"@angular/common": "8.0.0 - 17.x.x",
6+
"@angular/core": "8.0.0 - 17.x.x"
77
},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)