File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ class Payment extends Base
42
42
'payoutMethod ' ,
43
43
'coverFees ' ,
44
44
'taxReportable ' ,
45
+ 'checkNumber ' ,
45
46
'tags ' ,
46
47
'estimatedDeliveryAt ' ,
47
48
'initiatedAt ' ,
@@ -50,7 +51,7 @@ class Payment extends Base
50
51
51
52
/**
52
53
* Return all of the Recipient Payments
53
- * @deprecated deprecated since version 3.x.x, will be removed in Q4 2023
54
+ * @deprecated deprecated since version 3.x.x, will be removed in Q4 2023. Use Recipient.getAllPayments() instead.
54
55
* @throws Exception\NotFound
55
56
* @return Iterator of Payment[]
56
57
*/
@@ -107,6 +108,7 @@ protected function _initialize($attributes) {
107
108
'payoutMethod ' ,
108
109
'coverFees ' ,
109
110
'taxReportable ' ,
111
+ 'checkNumber ' ,
110
112
'tags ' ,
111
113
'estimatedDeliveryAt ' ,
112
114
'initiatedAt ' ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Version
12
12
*/
13
13
const MAJOR = 3 ;
14
14
const MINOR = 0 ;
15
- const TINY = 1 ;
15
+ const TINY = 2 ;
16
16
17
17
/**
18
18
* @ignore
You can’t perform that action at this time.
0 commit comments