diff options
Diffstat (limited to 'billing/lib/leap_web_billing/engine.rb')
-rw-r--r-- | billing/lib/leap_web_billing/engine.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/billing/lib/leap_web_billing/engine.rb b/billing/lib/leap_web_billing/engine.rb index acf63b0..6d76add 100644 --- a/billing/lib/leap_web_billing/engine.rb +++ b/billing/lib/leap_web_billing/engine.rb @@ -2,7 +2,9 @@ require "leap_web_core" require "leap_web_core/ui_dependencies" -require "braintree-rails" +#require "braintree-rails" +require "braintree" +#require "carmen-rails" module LeapWebBilling class Engine < ::Rails::Engine |