Class: TipsanityMerchantExtractor::RegisteredMerchantList

Inherits:
Object
  • Object
show all
Defined in:
lib/tipsanity_merchant_extractor/registered_merchant_list.rb

Constant Summary collapse

REGISTERED_MERCHANT =
{
	amazon: "www.amazon.com",
	cjunction: {
		bestbuy: 'www.bestbuy.com',
		one_eight_thousand_lighting: 'www.1800lighting.com'
	},
	linkshare: [
		{
			rakuten: "www.rakuten.com",
			mid: 36342
		},
		{
			tiger_direct: "www.tigerdirect.com",
			mid: 14028
		}
	]
}