module OffsitePayments::Integrations::QuickpayV10

Public Class Methods

notification(post, options = {}) click to toggle source
# File lib/offsite_payments/integrations/quickpay_v10.rb, line 9
def self.notification(post, options = {})
  Notification.new(post)
end
return(post, options = {}) click to toggle source
# File lib/offsite_payments/integrations/quickpay_v10.rb, line 13
def self.return(post, options = {})
  Return.new(post, options)
end