# File lib/active_merchant/billing/integrations/directebanking.rb, line 37 37: def self.notification(post, options = {}) 38: Notification.new(post, options) 39: end
# File lib/active_merchant/billing/integrations/directebanking.rb, line 41 41: def self.return(post, options = {}) 42: Return.new(post, options) 43: end
# File lib/active_merchant/billing/integrations/directebanking.rb, line 25 25: def self.service_url 26: mode = ActiveMerchant::Billing::Base.integration_mode 27: case mode 28: when :production 29: self.production_url 30: when :test 31: self.test_url 32: else 33: raise StandardError, "Integration mode set to an invalid value: #{mode}" 34: end 35: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.