Module: ActiveMerchant::Billing::Integrations::WorldPay
- Defined in:
- lib/active_merchant/billing/integrations/world_pay.rb,
lib/active_merchant/billing/integrations/world_pay/helper.rb,
lib/active_merchant/billing/integrations/world_pay/notification.rb
Defined Under Namespace
Classes: Helper, Notification
Class Method Summary
(collapse)
Class Method Details
+ (Object) notification(post, options = {})
17
18
19
|
# File 'lib/active_merchant/billing/integrations/world_pay.rb', line 17
def self.notification(post, options = {})
Notification.new(post, options)
end
|
+ (Object) return(post, options = {})
21
22
23
|
# File 'lib/active_merchant/billing/integrations/world_pay.rb', line 21
def self.return(post, options = {})
Return.new(post, options)
end
|
+ (Object) service_url
13
14
15
|
# File 'lib/active_merchant/billing/integrations/world_pay.rb', line 13
def self.service_url
production_url
end
|