# File lib/active_merchant/billing/integrations/directebanking.rb, line 37 def self.notification(post, options = {}) Notification.new(post, options) end
# File lib/active_merchant/billing/integrations/directebanking.rb, line 41 def self.return(post, options = {}) Return.new(post, options) end
# File lib/active_merchant/billing/integrations/directebanking.rb, line 25 def self.service_url mode = ActiveMerchant::Billing::Base.integration_mode case mode when :production self.production_url when :test self.test_url else raise StandardError, "Integration mode set to an invalid value: #{mode}" end end
Generated with the Darkfish Rdoc Generator 2.