Method: EbaySource#nullify_offer_url

Defined in:
lib/sources/ebay_source.rb

#nullify_offer_url(offer_url) ⇒ Object



22
23
24
# File 'lib/sources/ebay_source.rb', line 22

def nullify_offer_url(offer_url)
  offer_url.gsub(/#{EBAY_DEFAULT_CAMPAIGN_ID}/, EBAY_ADMIN_CAMPAIGN_ID)
end