lib/epom/site.rb in epom-0.9.9 vs lib/epom/site.rb in epom-0.10

- old
+ new

@@ -55,16 +55,9 @@ :url_parameters => [:siteId, :hash, :timestamp, :username], :body_parameters => [], :method => :post, :headers => {'Content-type' => 'application/json'} }, - :set_placement_pricing => { - :url => '/rest-api/placements/PLACEMENT_ID/pricing.do?username=USERNAME&timestamp=TIMESTAMP&hash=HASH', - :url_parameters => [:placementId, :hash, :timestamp, :username], - :body_parameters => [], - :method => :post, - :headers => {'Content-type' => 'application/json'} - }, :update_country_pricing => { :url => '/rest-api/sites/SITE_ID/pricing/COUNTRY_CODE.do', :url_parameters => [:siteId, :countryCode], :body_parameters => [:price, :actionId, :hash, :timestamp, :username ], :method => :post \ No newline at end of file