Skip to content

Commit 6d0de5f

Browse files
authored
Fix: Missing property casting (#989)
1 parent a6f1537 commit 6d0de5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/app/Models/OrderPaymentPlatformFee.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ protected function getCastMap(): array
1717
'application_fee_gross_amount' => 'float',
1818
'application_fee_net_amount' => 'float',
1919
'application_fee_vat_amount' => 'float',
20+
'application_fee_vat_rate' => 'float',
2021
];
2122
}
2223

0 commit comments

Comments
 (0)