merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit e4c6f08f6b96bc8f41b19f69a2d9dbb428b8a467
parent 9bc6e42b63e352cfec2afcd2ff66939f6628fd7e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 29 Feb 2016 04:36:59 +0100

add submodules

Diffstat:
A.gitmodules | 8++++++++
Aexamples/blog/web-common | 1+
Aexamples/shop/web-common | 1+
3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "examples/blog/web-common"] + path = examples/blog/web-common + url = git://taler.net/web-common.git + branch = master +[submodule "examples/shop/web-common"] + path = examples/shop/web-common + url = git://taler.net/web-common.git + branch = master diff --git a/examples/blog/web-common b/examples/blog/web-common @@ -0,0 +1 @@ +Subproject commit 98130c928db4fcc8f06abfa618d649fc979eff1b diff --git a/examples/shop/web-common b/examples/shop/web-common @@ -0,0 +1 @@ +Subproject commit 98130c928db4fcc8f06abfa618d649fc979eff1b