Class: Cnf::TestCatalog

Inherits:
Object
  • Object
show all
Defined in:
lib/cnf/catalog.rb

Class Method Summary collapse

Class Method Details

.callObject



192
193
194
195
196
197
198
199
200
201
202
# File 'lib/cnf/catalog.rb', line 192

def self.call
  Catalog.new(
    marketplace: {
      country_code: "US",
      currency_code: "USD",
      hostname: "www.amazon.com",
      language_code: "en"
    },
    merchant_id: "A2R2OHJS21PGNN"
  )
end