Skip to content

Commit f022412

Browse files
committed
Cash order amount to float
1 parent 6f47ce9 commit f022412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/app/Models/OrderRefund.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ protected function getCastMap(): array
1212
{
1313
return [
1414
'metadata' => 'array',
15+
'amount' => 'float',
1516
];
1617
}
1718

0 commit comments

Comments
 (0)