mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 15:14:52 +00:00
Fix tags to be strings, not symbols
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user