From 2156db739979d3f19473401bf5698a5327bcb146 Mon Sep 17 00:00:00 2001 From: AntonyThorpe <1023740+AntonyThorpe@users.noreply.github.com> Date: Wed, 6 Jul 2022 16:13:20 +1200 Subject: [PATCH] Update product.yml Set BasePrice to currency amount with decimals --- tests/fixtures/Product.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fixtures/Product.yml b/tests/fixtures/Product.yml index b645b62..58a6dda 100644 --- a/tests/fixtures/Product.yml +++ b/tests/fixtures/Product.yml @@ -17,7 +17,7 @@ AntonyThorpe\Consumer\Tests\Product: pm2: InternalItemID: BOOK Title: Book of Bad Smells - BasePrice: 123456789 + BasePrice: 12345.89 URLSegment: book Content:

This is some content

Parent: =>AntonyThorpe\Consumer\Tests\Product.products @@ -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:

This is some content

Parent: =>AntonyThorpe\Consumer\Tests\Product.products