mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 15:14:52 +00:00
Switch to using strings, rather than symbols for serach parameters
This commit is contained in:
@@ -9,7 +9,7 @@ module Paapi
|
||||
class Error < StandardError; end
|
||||
|
||||
class NotImplemented < StandardError; end
|
||||
SEARCH_PARAMS = %i[Keywords Actor Artist Author Brand Title].freeze
|
||||
SEARCH_PARAMS = %w[Keywords Actor Artist Author Brand Title].freeze
|
||||
DEFAULT_PARTNER_TYPE = "Associates"
|
||||
DEFAULT_MARKET = :us
|
||||
DEFAULT_CONDITION = "Any"
|
||||
|
||||
Reference in New Issue
Block a user