Sha256: b36a4fac66a8f0aa7c13ab6cf7fbaaca6916ab9c56dc78f67f1d795873393d20
Contents?: true
Size: 446 Bytes
Versions: 34
Compression:
Stored size: 446 Bytes
Contents
require File.dirname(__FILE__) + '/rbkmoney/helper.rb' require File.dirname(__FILE__) + '/rbkmoney/notification.rb' module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Rbkmoney mattr_accessor :service_url self.service_url = 'https://rbkmoney.ru/acceptpurchase.aspx' def self.notification(*args) Notification.new(*args) end end end end end
Version data entries
34 entries across 34 versions & 2 rubygems