From eee88680661bd6aa0711eeb0fd094e6bf73b0c68 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Wed, 13 Oct 2021 09:02:23 +0700 Subject: [PATCH] fix: india vendor central link --- src/marketplaces/in.ts | 2 +- test/__snapshots__/marketplaces.test.ts.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/marketplaces/in.ts b/src/marketplaces/in.ts index b32a13ce..5ef66d6c 100644 --- a/src/marketplaces/in.ts +++ b/src/marketplaces/in.ts @@ -15,7 +15,7 @@ export const IN = new AmazonMarketplace({ name: 'India', uri: 'https://www.amazon.in', sellerCentralUri: 'https://sellercentral.amazon.in', - vendorCentralUri: 'https://www.vendorcentral.in', + vendorCentralUri: 'https://vendorcentral.amazon.in', webServiceUri: 'https://mws.amazonservices.in', advertising: { countryCode: AmazonMarketplaceAdvertisingCountryCode.IN, diff --git a/test/__snapshots__/marketplaces.test.ts.snap b/test/__snapshots__/marketplaces.test.ts.snap index 507f1105..f01475aa 100644 --- a/test/__snapshots__/marketplaces.test.ts.snap +++ b/test/__snapshots__/marketplaces.test.ts.snap @@ -420,10 +420,10 @@ AmazonMarketplace { "name": "Europe", }, "sellerCentralAuthUri": "https://sellercentral.amazon.in/apps/authorize/consent", - "vendorCentralAuthUri": "https://www.vendorcentral.in/apps/authorize/consent", + "vendorCentralAuthUri": "https://vendorcentral.amazon.in/apps/authorize/consent", }, "uri": "https://www.amazon.in", - "vendorCentralUri": "https://www.vendorcentral.in", + "vendorCentralUri": "https://vendorcentral.amazon.in", "webServiceUri": "https://mws.amazonservices.in", } `;