lib/client.rb in createsend-0.0.2 vs lib/client.rb in createsend-0.1.0
- old
+ new
@@ -100,13 +100,12 @@
:MarkupOnDesignSpamTest => markup_on_design_spam_test }.to_json }
put 'setpaygbilling', options
end
# Sets the monthly billing settings for this client.
- def set_monthly_billing(currency, can_purchase_credits, client_pays, markup_percentage)
+ def set_monthly_billing(currency, client_pays, markup_percentage)
options = { :body => {
:Currency => currency,
- :CanPurchaseCredits => can_purchase_credits,
:ClientPays => client_pays,
:MarkupPercentage => markup_percentage }.to_json }
put 'setmonthlybilling', options
end