We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8c174 commit ff9b3adCopy full SHA for ff9b3ad
src/Model/Payment.php
@@ -65,7 +65,7 @@ final class Payment extends DataObject implements PermissionProvider
65
];
66
67
private static $casting = [
68
- 'Amount' => 'Decimal'
+ 'Amount' => 'Currency'
69
70
71
private static $summary_fields = [
0 commit comments