Skip to content

Commit

Permalink
Update amount.yml to fix data type (#327)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
Updated the type of the amount model to number and fixed description.
This is likely the reason that the Price theme object isn't rendering.
  • Loading branch information
markcmurphy authored Jun 12, 2024
1 parent c551355 commit 115e238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/common/amount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ properties:
type: string
description: string representation of the price, including currency formatting
value:
type: raw numeric value of the above price
type: number
description: numeric value of the price

0 comments on commit 115e238

Please sign in to comment.