lib/active_merchant/billing/integrations/moneybookers/helper.rb in activemerchant-1.13.0 vs lib/active_merchant/billing/integrations/moneybookers/helper.rb in activemerchant-1.14.0
- old
+ new
@@ -38,10 +38,9 @@
def add_tracking_token
return if application_id.blank? || application_id == 'ActiveMerchant'
add_field('merchant_fields', 'platform')
add_field('platform', application_id)
- puts @fields.inspect
end
end
end
end
end