From 93da58d0f1c132574fcb547d9fe698db13a23879 Mon Sep 17 00:00:00 2001 From: Ashish <73551845+sonic-sabers@users.noreply.github.com> Date: Tue, 14 Feb 2023 02:24:02 +0530 Subject: [PATCH] fix/line2-naming The naming of line2 in endLocation wasn't correct previously. --- apis/product.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/product.md b/apis/product.md index e9a8706..07e043a 100644 --- a/apis/product.md +++ b/apis/product.md @@ -74,7 +74,7 @@ PATH | product-id | string | no | Product id } "address": { "line1": "The Gershwin Theatre", - "ine2": "222 W 51st Street", + "line2": "222 W 51st Street", "cityName": "New York", "stateName": "New York", "countryName": "United States",