Skip to content

Commit

Permalink
Add concat param for long SMS messages
Browse files Browse the repository at this point in the history
  • Loading branch information
reichelt committed Apr 5, 2016
1 parent 37d6814 commit 0f78f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pling/mobilant/gateway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def deliver!(message, device)
# optional url parameter
params[:from] = source if source
params[:debug] = debug if debug
params[:concat] = concat if concat

response = connection.get do |request|
request.url(configuration[:delivery_url], params)
Expand Down

0 comments on commit 0f78f4e

Please sign in to comment.