Skip to content

Commit

Permalink
fix: india vendor central link (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentoanit committed Oct 13, 2021
1 parent c4b62b9 commit 1cb3019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/marketplaces/in.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/marketplaces.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
`;
Expand Down

0 comments on commit 1cb3019

Please sign in to comment.