Module: OffsitePayments::Integrations::Ipay88
- Defined in:
- lib/offsite_payments/integrations/ipay88.rb
Defined Under Namespace
Classes: Helper, Notification, Return
Constant Summary
collapse
- CANCELLED_ERROR_DESCRIPTION =
'Customer Cancel Transaction'
Class Method Summary
collapse
Class Method Details
.notification(post, options = {}) ⇒ Object
18
19
20
|
# File 'lib/offsite_payments/integrations/ipay88.rb', line 18
def self.notification(post, options = {})
Notification.new(post, options)
end
|
.requery_url ⇒ Object
10
11
12
|
# File 'lib/offsite_payments/integrations/ipay88.rb', line 10
def self.requery_url
"https://www.mobile88.com/epayment/enquiry.asp"
end
|
.return(query_string, options = {}) ⇒ Object
14
15
16
|
# File 'lib/offsite_payments/integrations/ipay88.rb', line 14
def self.return(query_string, options={})
Return.new(query_string, options)
end
|
.service_url ⇒ Object
6
7
8
|
# File 'lib/offsite_payments/integrations/ipay88.rb', line 6
def self.service_url
"https://www.mobile88.com/epayment/entry.asp"
end
|