File tree 4 files changed +12
-2
lines changed
projects/angular4-paystack
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` angular4-paystack ` will be documented in this file
4
4
5
+ ## 3.1.4 - 18-03-24
6
+ ### Fixed
7
+ - Fixed peer dependencies version issues
8
+ - Fix ` split_code ` spelling in documentation
9
+
5
10
## 3.1.3 - 02-03-24
6
11
### Fixed
7
12
- Peer dependency update for angular 17 support
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` angular4-paystack ` will be documented in this file
4
4
5
+ ## 3.1.4 - 18-03-24
6
+ ### Fixed
7
+ - Fixed peer dependencies version issues
8
+ - Fix ` split_code ` spelling in documentation
9
+
5
10
## 3.1.3 - 02-03-24
6
11
### Fixed
7
12
- Peer dependency update for angular 17 support
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ Then `pk_test_2` would be used instead
191
191
| ` paymentInit ` | ` function ` | false | undefined | A function called when the payment is about to begin
192
192
| ` onClose ` | ` function ` | false | undefined | A function called if the customer closes the payment window
193
193
** 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 ` )
195
195
| ` subaccount ` | ` string ` | false | "" | The code for the subaccount that owns the payment.
196
196
| ` transaction_charge ` | ` number ` | false | 0 | A flat fee to charge the subaccount for this transaction, in kobo.
197
197
| ` bearer ` | ` string ` | false | "" | Who bears Paystack charges? account or subaccount
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular4-paystack" ,
3
- "version" : " 3.1.3 " ,
3
+ "version" : " 3.1.4 " ,
4
4
"peerDependencies" : {
5
5
"@angular/common" : " 8.0.0 - 17.x.x" ,
6
6
"@angular/core" : " 8.0.0 - 17.x.x"
You can’t perform that action at this time.
0 commit comments