Module: OffsitePayments::Integrations::Pxpay
- Defined in:
- lib/offsite_payments/integrations/pxpay.rb
Defined Under Namespace
Classes: Helper, Notification, Return
Class Method Summary
collapse
Class Method Details
.notification(post, options = {}) ⇒ Object
10
11
12
|
# File 'lib/offsite_payments/integrations/pxpay.rb', line 10
def self.notification(post, options={})
Notification.new(post, options)
end
|
.return(query_string, options = {}) ⇒ Object
14
15
16
|
# File 'lib/offsite_payments/integrations/pxpay.rb', line 14
def self.return(query_string, options={})
Return.new(query_string, options)
end
|
.token_url ⇒ Object
6
7
8
|
# File 'lib/offsite_payments/integrations/pxpay.rb', line 6
def self.token_url
'https://sec.paymentexpress.com/pxpay/pxaccess.aspx'
end
|