From a2be0f88c78d6628f88c8f444fe71a9bafe1d995 Mon Sep 17 00:00:00 2001 From: Vikas8600 Date: Mon, 1 May 2023 22:38:16 +0530 Subject: [PATCH] fix: test product --- .../unicommerce/tests/fixtures/simple_item.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecommerce_integrations/unicommerce/tests/fixtures/simple_item.json b/ecommerce_integrations/unicommerce/tests/fixtures/simple_item.json index 74e33ca6..420ddfaa 100644 --- a/ecommerce_integrations/unicommerce/tests/fixtures/simple_item.json +++ b/ecommerce_integrations/unicommerce/tests/fixtures/simple_item.json @@ -21,10 +21,10 @@ "ean": "73513537", "upc": "065100004327", "isbn": "", - "maxRetailPrice": 312000.0, + "maxRetailPrice": null, "basePrice": 22000.0, "batchGroupCode": null, - "costPrice": 15000.0, + "costPrice": null, "taxTypeCode": "DEFAULT", "gstTaxTypeCode": "DEFAULT_GST", "hsnCode": "91011100",