class Hamburglar::Gateways::MaxMind::TelephoneVerification

The TelephoneVerification class handles fraud verification through MaxMind's Telephone Verification API

See: www.maxmind.com/app/telephone_api

Constants

API_PATH
API_URL

Public Class Methods

new(params = {}) click to toggle source
Calls superclass method Hamburglar::Gateways::Base::new
# File lib/hamburglar/gateways/max_mind.rb, line 76
def initialize(params = {})
  super
  self.params[:l] = self.params.delete(:license_key) if self.params[:license_key]
end