lib/active_merchant/billing/gateways/braintree_orange.rb in activemerchant-1.133.0 vs lib/active_merchant/billing/gateways/braintree_orange.rb in activemerchant-1.137.0

- old
+ new

@@ -1,5 +1,5 @@ -require 'active_merchant/billing/gateways/smart_ps.rb' +require 'active_merchant/billing/gateways/smart_ps' require 'active_merchant/billing/gateways/braintree/braintree_common' module ActiveMerchant #:nodoc: module Billing #:nodoc: class BraintreeOrangeGateway < SmartPs