summaryrefslogtreecommitdiff
path: root/billing/lib/leap_web_billing
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-03-12 13:32:46 -0700
committerAzul <azul@leap.se>2013-07-17 10:46:25 +0200
commit3ffac4e77a118ee6ec7d369b0250c11830c2f7e0 (patch)
tree10bcae72b62b63cd8da65e93fb0c90f2c107fc3b /billing/lib/leap_web_billing
parentfe7a5ac0776e1bd7baf36382600e265def901e51 (diff)
Basic functionality for one time transactions using Braintree's transparent redirect API based from https://github.com/braintree/braintree_ruby_examples/tree/master/rails3_tr_checkout (very little changes were required)
Diffstat (limited to 'billing/lib/leap_web_billing')
-rw-r--r--billing/lib/leap_web_billing/engine.rb4
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