lib/active_merchant/billing/gateways/moneris_us.rb in activemerchant-1.29.1 vs lib/active_merchant/billing/gateways/moneris_us.rb in activemerchant-1.29.2
- old
+ new
@@ -20,10 +20,10 @@
# login is your Store ID
# password is your API Token
def initialize(options = {})
requires!(options, :login, :password)
- @options = { :crypt_type => 7 }.update(options)
+ options = { :crypt_type => 7 }.merge(options)
super
end
# Referred to as "PreAuth" in the Moneris integration guide, this action
# verifies and locks funds on a customer's card, which then must be