Skip to content

Commit c36bfb8

Browse files
author
Aman Alam
authored
Merge pull request #23 from stefblokdijk/master
feat: add missing attributes to Payment
2 parents da59df5 + a98ec6b commit c36bfb8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/PaymentRails/Payment.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ class Payment extends Base
4242
'payoutMethod',
4343
'coverFees',
4444
'taxReportable',
45-
'tags'
45+
'tags',
46+
'estimatedDeliveryAt',
47+
'initiatedAt',
48+
'returnedAt',
4649
];
4750

4851
/**
@@ -105,6 +108,9 @@ protected function _initialize($attributes) {
105108
'coverFees',
106109
'taxReportable',
107110
'tags',
111+
'estimatedDeliveryAt',
112+
'initiatedAt',
113+
'returnedAt',
108114
];
109115

110116
foreach ($fields as $field) {

0 commit comments

Comments
 (0)