Skip to content

Commit a98ec6b

Browse files
authored
Formatting
1 parent 19d76fb commit a98ec6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/PaymentRails/Payment.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ class Payment extends Base
4343
'coverFees',
4444
'taxReportable',
4545
'tags',
46-
'estimatedDeliveryAt',
47-
'initiatedAt',
48-
'returnedAt',
46+
'estimatedDeliveryAt',
47+
'initiatedAt',
48+
'returnedAt',
4949
];
5050

5151
/**
@@ -108,9 +108,9 @@ protected function _initialize($attributes) {
108108
'coverFees',
109109
'taxReportable',
110110
'tags',
111-
'estimatedDeliveryAt',
112-
'initiatedAt',
113-
'returnedAt',
111+
'estimatedDeliveryAt',
112+
'initiatedAt',
113+
'returnedAt',
114114
];
115115

116116
foreach ($fields as $field) {

0 commit comments

Comments
 (0)