| Module | ActiveMerchant::Billing::Integrations::TwoCheckout |
| In: |
lib/active_merchant/billing/integrations/two_checkout/helper.rb
lib/active_merchant/billing/integrations/two_checkout/notification.rb lib/active_merchant/billing/integrations/two_checkout/return.rb lib/active_merchant/billing/integrations/two_checkout.rb |
# File lib/active_merchant/billing/integrations/two_checkout.rb, line 13
13: def self.notification(post)
14: Notification.new(post)
15: end