lib/mailersend/api_quota/api_quota.rb in mailersend-ruby-2.0.1 vs lib/mailersend/api_quota/api_quota.rb in mailersend-ruby-2.0.2
- old
+ new
@@ -8,9 +8,9 @@
def initialize(client = Mailersend::Client.new)
@client = client
end
def get_api_quota(*)
- client.http.get("#{API_URL}/api-quota")
+ client.http.get("#{MAILERSEND_API_URL}/api-quota")
end
end
end