Skip to content

Commit

Permalink
fix: change SA to EU region for ads (#593)
Browse files Browse the repository at this point in the history
Closes #592

Co-authored-by: Toan Nguyen <hi.iam.toan.nguyen@gmail.com>
  • Loading branch information
NishealJ and nguyentoanit committed May 8, 2024
1 parent ed7da01 commit d7ac064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marketplaces/sa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const SA = new AmazonMarketplace({
},
countryCode: AmazonMarketplaceAdvertisingCountryCode.SA,
timeZone: AmazonMarketplaceAdvertisingTimeZone.ASIA_RIYADH,
region: marketplaceAdvertisingRegions.FE,
region: marketplaceAdvertisingRegions.EU,
},
sellingPartner: {
region: sellingPartnerRegions.EU,
Expand Down

0 comments on commit d7ac064

Please sign in to comment.