Skip to content

Commit

Permalink
allow country_code and recipient params in create_s_m_s_token
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-alby committed Aug 31, 2016
1 parent 25b6194 commit d23eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/taxamo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def get_settlement_summary (moss_country_code,tax_region,start_month,end_month,q
end

def create_s_m_s_token (body,opts={})
query_param_keys = []
query_param_keys = [:country_code, :recipient]

# verify existence of params
raise "body is required" if body.nil?
Expand Down

0 comments on commit d23eee7

Please sign in to comment.