Class: Cnf::TestCatalog

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

Class Method Summary collapse

Class Method Details

.callObject



207
208
209
210
211
212
213
214
215
216
217
# File 'lib/cnf/catalog.rb', line 207

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