module OffsitePayments::Integrations::Dotpay

Public Class Methods

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