Skip to content

Commit

Permalink
Standardize text to refer to account ID
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Feb 21, 2018
1 parent d9401b4 commit f318da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ gem install minfraud

## Configuration

User Id and License Key are required to work with minFraud API
Account ID and License Key are required to work with minFraud API

```ruby
Minfraud.configure do |c|
Expand Down Expand Up @@ -86,7 +86,7 @@ class RequestFormatError < BaseError; end
# Raised if IP address is absent / it is reserved / JSON body can not be decoded
class ClientError < BaseError; end

# Raised if there are some problems with the user id and / or license key
# Raised if there are some problems with the account ID and / or license key
class AuthorizationError < BaseError; end

# Raised if minFraud returns an error, or if there is an HTTP error
Expand Down
2 changes: 1 addition & 1 deletion lib/minfraud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
module Minfraud
class << self
# @!attribute user_id
# @return [String] MaxMind username that is used for authorization
# @return [String] MaxMind account ID that is used for authorization
attr_accessor :user_id

# @!attribute license_key
Expand Down

0 comments on commit f318da1

Please sign in to comment.