# File lib/active_merchant/billing/integrations/directebanking/notification.rb, line 7 def initialize(data, options) if options[:credential4].nil? raise ArgumentError, "You need to provide the notification password (SH1) as the option :credential4 to verify that the notification originated from Directebanking (Payment Networks AG)" end super end