# File lib/active_merchant/billing/integrations/moneybookers/notification.rb, line 10
          def initialize(data, options)
            if options[:credential2].nil?
              raise ArgumentError, "You need to provide the md5 secret as the option :credential2 to verify that the notification originated from Moneybookers"
            end
            super
          end