Skip to content

Commit

Permalink
Add PL endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kulisz authored and hakanensari committed Mar 3, 2021
1 parent 32a230f commit df3928e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/peddler/marketplace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def encoding
['A2NODRKZP88ZB9', 'SE', 'mws-eu.amazonservices.com'],
['A19VAU5U5O7RUS', 'SG', 'mws-fe.amazonservices.com'],
['A39IBJ37TRP1C6', 'AU', 'mws.amazonservices.com.au'],
['A1VC38T7YXB528', 'JP', 'mws.amazonservices.jp']
['A1VC38T7YXB528', 'JP', 'mws.amazonservices.jp'],
['A1C3SOZRARQ6R3', 'PL', 'mws-eu.amazonservices.com']
].map do |values|
new(*values)
end
Expand Down

0 comments on commit df3928e

Please sign in to comment.