Skip to content

Commit

Permalink
Fix version error, split code spelling (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinzekene authored Mar 18, 2024
1 parent 2c1e699 commit 8b88961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions projects/angular4-paystack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8b88961

Please sign in to comment.