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 | |
parent | Added password_needs_rehash logic (diff) |
Added braintree
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | modules/braintree | 0 |
2 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 diff --git a/modules/braintree b/modules/braintree new file mode 160000 +Subproject 1026b6cca5f2dd5dfdd5447843b920cc74d2b8c |