Class: Cnf::TestCatalog

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

Class Method Summary collapse

Class Method Details

.callObject



222
223
224
225
226
227
228
229
230
231
232
# File 'lib/cnf/catalog.rb', line 222

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