mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
The configuration for marketplace and parter_tag expects symbols
This commit is contained in:
@@ -29,7 +29,7 @@ module Paapi
|
||||
@market = a_market
|
||||
@marketplace = MARKETPLACES[market.to_sym]
|
||||
if !Paapi.partner_market.nil?
|
||||
@partner_tag = Paapi.partner_market.dig(a_market) || @partner_tag
|
||||
@partner_tag = Paapi.partner_market.dig(a_market.to_sym) || @partner_tag
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user