Sha256: 5e18ebf0e4c7e7d0d7e5f2e9e766322698dcf5296aa6b463fbd38475674df7d9
Contents?: true
Size: 473 Bytes
Versions: 7
Compression:
Stored size: 473 Bytes
Contents
require 'active_merchant/billing/integrations/chronopay/helper.rb' require 'active_merchant/billing/integrations/chronopay/notification.rb' module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Chronopay mattr_accessor :service_url self.service_url = 'https://secure.chronopay.com/index_shop.cgi' def self.notification(post) Notification.new(post) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems