lib/active_merchant/billing/gateways/inspire.rb in activemerchant-1.54.0 vs lib/active_merchant/billing/gateways/inspire.rb in activemerchant-1.55.0
- old
+ new
@@ -15,10 +15,10 @@
# in the +options+ hash.
#
# ==== Options
#
# * <tt>:login</tt> -- The Inspire Username.
- # * <tt>:password</tt> -- The Inspire Passowrd.
+ # * <tt>:password</tt> -- The Inspire Password.
# See the Inspire Integration Guide for details. (default: +false+)
def initialize(options = {})
requires!(options, :login, :password)
super
end