BDQ / active_merchant forked from Shopify/active_merchant

Active Merchant fork to expand Realex gateway support.

This URL has Read+Write access

active_merchant / init.rb
100644 4 lines (3 sloc) 0.181 kb
1
2
3
4
require 'active_merchant'
require 'active_merchant/billing/integrations/action_view_helper'
ActionView::Base.send(:include, ActiveMerchant::Billing::Integrations::ActionViewHelper)