Skip to content

Commit

Permalink
Update product.yml
Browse files Browse the repository at this point in the history
Set BasePrice to currency amount with decimals
  • Loading branch information
AntonyThorpe committed Jul 6, 2022
1 parent 6390c8f commit 2156db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures/Product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AntonyThorpe\Consumer\Tests\Product:
pm2:
InternalItemID: BOOK
Title: Book of Bad Smells
BasePrice: 123456789
BasePrice: 12345.89
URLSegment: book
Content: <p>This is some content</p>
Parent: =>AntonyThorpe\Consumer\Tests\Product.products
Expand All @@ -26,7 +26,7 @@ AntonyThorpe\Consumer\Tests\Product:
pm3:
InternalItemID: CFIRE
Title: Chariot of Fire will need to be updated along with the default selling price
BasePrice: 1000000
BasePrice: 100.00
URLSegment: chariot
Content: <p>This is some content</p>
Parent: =>AntonyThorpe\Consumer\Tests\Product.products
Expand Down

0 comments on commit 2156db7

Please sign in to comment.