Skip to content
Snippets Groups Projects
Commit 0ee9c064 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

private

parent 4c3f9869
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ module Sendinblue
sms_credits.present? && sms_credits < SMS_CREDITS_LIMIT
end
protected
private
def plan
@plan ||= account_api.get_account.plan
......@@ -27,8 +27,6 @@ module Sendinblue
@account_api ||= SibApiV3Sdk::AccountApi.new
end
private
def self.send_message(user, message)
sender_name = user.university.sms_sender_name
sender_name ||= DEFAULT_SENDER_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment