module OffsitePayments::Integrations::Pxpay

Public Class Methods

notification(post, options={}) click to toggle source
# File lib/offsite_payments/integrations/pxpay.rb, line 10
def self.notification(post, options={})
  Notification.new(post, options)
end
return(query_string, options={}) click to toggle source
# File lib/offsite_payments/integrations/pxpay.rb, line 14
def self.return(query_string, options={})
  Return.new(query_string, options)
end
token_url() click to toggle source
# File lib/offsite_payments/integrations/pxpay.rb, line 6
def self.token_url
  'https://sec.paymentexpress.com/pxpay/pxaccess.aspx'
end