module OffsitePayments::Integrations::Ipay88
Constants
- CANCELLED_ERROR_DESCRIPTION
Public Class Methods
notification(post, options = {})
click to toggle source
# File lib/offsite_payments/integrations/ipay88.rb, line 18 def self.notification(post, options = {}) Notification.new(post, options) end
requery_url()
click to toggle source
# File lib/offsite_payments/integrations/ipay88.rb, line 10 def self.requery_url "https://payment.ipay88.com.my/epayment/enquiry.asp" end
return(query_string, options={})
click to toggle source
# File lib/offsite_payments/integrations/ipay88.rb, line 14 def self.return(query_string, options={}) Return.new(query_string, options) end
service_url()
click to toggle source
# File lib/offsite_payments/integrations/ipay88.rb, line 6 def self.service_url "https://payment.ipay88.com.my/epayment/entry.asp" end