Skip to content

Commit bbfab44

Browse files
authored
v3.1.4 (#92)
1 parent 8b88961 commit bbfab44

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `angular4-paystack` will be documented in this file
44

5+
## 3.1.4 - 18-03-24
6+
### Fixed
7+
- Fixed peer dependencies version issues
8+
- Fix `split_code` spelling in documentation
9+
510
## 3.1.3 - 02-03-24
611
### Fixed
712
- Peer dependency update for angular 17 support

projects/angular4-paystack/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `angular4-paystack` will be documented in this file
44

5+
## 3.1.4 - 18-03-24
6+
### Fixed
7+
- Fixed peer dependencies version issues
8+
- Fix `split_code` spelling in documentation
9+
510
## 3.1.3 - 02-03-24
611
### Fixed
712
- Peer dependency update for angular 17 support

projects/angular4-paystack/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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular4-paystack",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"peerDependencies": {
55
"@angular/common": "8.0.0 - 17.x.x",
66
"@angular/core": "8.0.0 - 17.x.x"

0 commit comments

Comments
 (0)