merchant

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

commit 97f8effb7cbbaff0a9fbba125d11366adad04ef1
parent 968fa4607bdcf332df58ddadc51b0811b7d2d706
Author: MS <ms@taler.net>
Date:   Fri, 28 May 2021 22:56:38 +0200

Force-pull submodules: no development happens in submodules.

Diffstat:
Mbootstrap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap @@ -8,7 +8,7 @@ if ! git --version >/dev/null; then fi echo "$0: Updating submodules" -echo | git submodule update --init +echo | git submodule update --init --force # This is more portable than `which' but comes with