We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f1537 commit 6d0de5fCopy full SHA for 6d0de5f
1 file changed
backend/app/Models/OrderPaymentPlatformFee.php
@@ -17,6 +17,7 @@ protected function getCastMap(): array
17
'application_fee_gross_amount' => 'float',
18
'application_fee_net_amount' => 'float',
19
'application_fee_vat_amount' => 'float',
20
+ 'application_fee_vat_rate' => 'float',
21
];
22
}
23
0 commit comments