Module: ActiveMerchant::Billing::Integrations::Epay
- Defined in:
- lib/active_merchant/billing/integrations/epay.rb,
lib/active_merchant/billing/integrations/epay/helper.rb,
lib/active_merchant/billing/integrations/epay/notification.rb
Defined Under Namespace
Classes: Helper, Notification
Class Method Summary
collapse
Class Method Details
.notification(post, options = {}) ⇒ Object
11
12
13
|
# File 'lib/active_merchant/billing/integrations/epay.rb', line 11
def self.notification(post, options = {})
Notification.new(post)
end
|
.return(post, options = {}) ⇒ Object
15
16
17
|
# File 'lib/active_merchant/billing/integrations/epay.rb', line 15
def self.return(post, options = {})
Return.new(post, options)
end
|