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_urlObject



10
11
12
# 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 = {}) ⇒ 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_urlObject



6
7
8
# File 'lib/offsite_payments/integrations/ipay88.rb', line 6

def self.service_url
  "https://payment.ipay88.com.my/epayment/entry.asp"
end