Skip to content

Commit

Permalink
filters applied
Browse files Browse the repository at this point in the history
  • Loading branch information
abheet-plivo committed Nov 7, 2023
1 parent bf12bf1 commit 9c91151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plivo/resources/tollfree_verification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def list(options = nil)
valid_param?(:options, options, Hash, true)

params = {}
params_expected = %i[ profile_uuid number status created_lt created_gt usecase ]
params_expected = %i[ profile_uuid number status created_lt created_gt usecase created_lte created_gte ]
params_expected.each do |param|
if options.key?(param) &&
valid_param?(param, options[param], [String, Symbol], true)
Expand Down

0 comments on commit 9c91151

Please sign in to comment.