lib/active_merchant/billing/gateways/epay.rb in activemerchant-1.28.0 vs lib/active_merchant/billing/gateways/epay.rb in activemerchant-1.29.0
- old
+ new
@@ -52,10 +52,9 @@
# login: merchant number
# password: referrer url (for authorize authentication)
def initialize(options = {})
requires!(options, :login)
- @options = options
super
end
def authorize(money, credit_card_or_reference, options = {})
post = {}