# File lib/active_merchant/billing/integrations/direc_pay.rb, line 27 27: def self.notification(post, options = {}) 28: Notification.new(post) 29: end
# File lib/active_merchant/billing/integrations/direc_pay.rb, line 35 35: def self.request_status_update(mid, transaction_id, notification_url) 36: Status.new(mid).update(transaction_id, notification_url) 37: end
# File lib/active_merchant/billing/integrations/direc_pay.rb, line 31 31: def self.return(query_string, options = {}) 32: Return.new(query_string, options) 33: end
# File lib/active_merchant/billing/integrations/direc_pay.rb, line 15 15: def self.service_url 16: mode = ActiveMerchant::Billing::Base.integration_mode 17: case mode 18: when :production 19: self.production_url 20: when :test 21: self.test_url 22: else 23: raise StandardError, "Integration mode set to an invalid value: #{mode}" 24: end 25: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.