Skip to content

Commit

Permalink
change check amount to 64 bit double instead of 32 bit float
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewguterres committed Feb 20, 2025
1 parent 298b7dc commit c4b1606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/checks/models/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allOf:
amount:
description: The payment amount to be sent in US dollars.
type: number
format: float
format: double
multipleOf: 0.01
maximum: 999999.99

Expand Down
2 changes: 1 addition & 1 deletion resources/checks/models/check_editable_props.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allOf:
The payment amount to be sent in US dollars. Amounts will be rounded
to two decimal places.
type: number
format: float
format: double
maximum: 999999.99

logo:
Expand Down

0 comments on commit c4b1606

Please sign in to comment.