lib/active_merchant/billing/gateways/plugnpay.rb in activemerchant-1.28.0 vs lib/active_merchant/billing/gateways/plugnpay.rb in activemerchant-1.29.0

- old
+ new

@@ -97,10 +97,9 @@ self.homepage_url = 'http://www.plugnpay.com/' self.display_name = "Plug'n Pay" def initialize(options = {}) requires!(options, :login, :password) - @options = options super end def purchase(money, creditcard, options = {}) post = PlugnpayPostData.new