diff options
author | Camil Staps | 2016-07-26 13:20:28 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-26 13:20:28 +0200 |
commit | fbe36cd45add21079cb51d4f61faf0c5afd286de (patch) | |
tree | 3227a82c80bbbf062399d2ee2deab14baa14d691 /.gitmodules | |
parent | Added password_needs_rehash logic (diff) |
Added braintree
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 42f4d0d..2698b7a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "font-awesome"] path = font-awesome url = https://github.com/FortAwesome/Font-Awesome +[submodule "modules/braintree"] + path = modules/braintree + url = https://github.com/braintree/braintree_php.git |