notification(post, options = {})
click to toggle source
def self.notification(post, options = {})
Notification.new(post)
end
return(query_string, options = {})
click to toggle source
def self.return(query_string, options = {})
Return.new(query_string)
end
service_url()
click to toggle source
def self.service_url
ActiveMerchant::Billing::Base.integration_mode == :test ? TEST_URL : LIVE_URL
end