merchant

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

commit e0a31e9001717626d74c739d99f55a04f4c9721b
parent dd697ed620a9f88a80d37351f3e7acca90d16b98
Author: Florian Dold <florian@dold.me>
Date:   Mon,  6 Oct 2025 14:27:40 +0200

shallow-clone submodules

Diffstat:
M.gitmodules | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -2,7 +2,9 @@ path = doc/prebuilt url = ../taler-docs.git branch = prebuilt + shallow = true [submodule "contrib/wallet-core"] path = contrib/wallet-core url = ../taler-typescript-core.git branch = prebuilt + shallow = true