Skip to content

Commit

Permalink
Merge pull request #680 from recurly/more-ruby-3.0
Browse files Browse the repository at this point in the history
More ruby 3.0
  • Loading branch information
chrissrogers committed Mar 19, 2021
2 parents 6e16b2b + 5c333e1 commit bbc12b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recurly/pager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def first

# Makes a HEAD request to the API to determine how many total records exist.
def count
resource = @client.send(:head, self.next, @options)
resource = @client.send(:head, self.next, **@options)
resource.get_response.total_records
end

Expand Down

0 comments on commit bbc12b7

Please sign in to comment.