mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d55ef96ac1 | ||
|
|
d54c6d2cd7 |
@@ -41,7 +41,7 @@ module Paapi
|
||||
end
|
||||
|
||||
def get_items(item_ids:, **options)
|
||||
payload = {PartnerTag: partner_tag, PartnerType: "Associates", ItemIds: Array(item_ids), Resources: @resources}.merge(options)
|
||||
payload = {"PartnerTag" => partner_tag, "PartnerType" => "Associates", ItemIds: Array(item_ids), Resources: @resources}.merge(options)
|
||||
request(op: :get_items, payload: payload)
|
||||
end
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Paapi
|
||||
VERSION = '0.1.10'
|
||||
VERSION = '0.1.11'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user