Sha256: 2880ea6da69f89a86b8800c666f01a620f46434e49ccdb9c6b88aa346f5f3ef5
Contents?: true
Size: 607 Bytes
Versions: 7
Compression:
Stored size: 607 Bytes
Contents
# With help from Giovanni Intini and his code for RGestPay - http://medlar.it/it/progetti/rgestpay require File.dirname(__FILE__) + '/gestpay/common.rb' require File.dirname(__FILE__) + '/gestpay/helper.rb' require File.dirname(__FILE__) + '/gestpay/notification.rb' module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Gestpay mattr_accessor :service_url self.service_url = 'https://ecomm.sella.it/gestpay/pagam.asp' def self.notification(post) Notification.new(post) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems