TheLordBaski / Amazon-mws-nodejs-sdk

Apache License 2.0
12 stars 13 forks source link

Check for ISBN in allowed "idType" was missing #16

Closed namanattri closed 7 years ago

namanattri commented 7 years ago

GetMatchingProductForId

Error message is correct: "Usage of unallowed IdType. Allowed are ASIN,GCID,SellerSKU,UPC,EAN,ISBN,JAN" But there missing condition check for ISBN in "if" statement.