Sha256: a6eabc0730a3b1b761d09f1d36a5a93c2497fd74e2cc3c5103a722b43626183a
Contents?: true
Size: 595 Bytes
Versions: 5
Compression:
Stored size: 595 Bytes
Contents
require File.dirname(__FILE__) + '/nochex/helper.rb' require File.dirname(__FILE__) + '/nochex/notification.rb' module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Nochex mattr_accessor :service_url self.service_url = 'https://www.nochex.com/nochex.dll/checkout' mattr_accessor :notification_confirmation_url self.notification_confirmation_url = 'https://www.nochex.com/nochex.dll/apc/apc' def self.notification(post) Notification.new(post) end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems