Sha256: 33a1c571f6a348cd2e434c49fb5111d166fb9cc45fff477cb6e8ef597be44cae
Contents?: true
Size: 492 Bytes
Versions: 5
Compression:
Stored size: 492 Bytes
Contents
require "offsite_payments" module ActiveMerchant module OffsitePaymentsShim ActionViewHelper = ::OffsitePayments::ActionViewHelper Helper = ::OffsitePayments::Helper Notification = ::OffsitePayments::Notification Return = ::OffsitePayments::Return ActionViewHelperError = ::OffsitePayments::ActionViewHelperError include ::OffsitePayments::Integrations end end module OffsitePayments def self.mode ActiveMerchant::Billing::Base.integration_mode end end
Version data entries
5 entries across 5 versions & 3 rubygems