t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
365 stars 104 forks source link

fixed typo causing failed authentication #87

Open danjiro opened 7 years ago

danjiro commented 7 years ago

fixed 'awsId' to the correct 'awsID'

JuanCrg90 commented 7 years ago

I have verified the documentation and the following examples in the package

In all the places we have defined the following piece of code:

var client = amazon.createClient({
  awsTag: process.env.AWS_TAG,
  awsId: process.env.AWS_ID,
  awsSecret: process.env.AWS_SECRET
});

I'm not sure why awsId is considered a Typo.

maybe @t3chnoboy and @masterT could help us :)