summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-03-07 12:17:13 -0800
committerAzul <azul@leap.se>2013-07-17 10:46:25 +0200
commit2e59c7131a08acab4944b18ba4b8d82daa402c4f (patch)
tree28d33392410b4619ad553fb75f1d056584445fa5 /lib
parent97bd0ba4b35481216b2a1592065c70562c81c2d5 (diff)
Start to branch using braintree to process credit card payments.
Diffstat (limited to 'lib')
-rw-r--r--lib/leap_web.rb1
-rw-r--r--lib/tasks/task_helper.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/leap_web.rb b/lib/leap_web.rb
index 31294dc..71be1b1 100644
--- a/lib/leap_web.rb
+++ b/lib/leap_web.rb
@@ -1,3 +1,4 @@
require 'leap_web_core'
require 'leap_web_certs'
require 'leap_web_users'
+require 'leap_web_billing'
diff --git a/lib/tasks/task_helper.rb b/lib/tasks/task_helper.rb
index 26e60bc..81dcbe4 100644
--- a/lib/tasks/task_helper.rb
+++ b/lib/tasks/task_helper.rb
@@ -2,7 +2,7 @@ require File.expand_path('../../../lib/leap_web/version', __FILE__)
module TaskHelper
- ENGINES = %w(users certs help)
+ ENGINES = %w(users certs help billing)
def putsys(cmd)
puts cmd