mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Fix tags to be strings, not symbols
This commit is contained in:
@@ -41,7 +41,7 @@ module Paapi
|
|||||||
end
|
end
|
||||||
|
|
||||||
def get_items(item_ids:, **options)
|
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)
|
request(op: :get_items, payload: payload)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user