merchant

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

commit f90fe3663b6d41f5024c60a69880b5a098c913c9
parent 70e6d50d6a592bdf5346f0e2098867e261cb7519
Author: Florian Dold <florian@dold.me>
Date:   Wed, 15 Mar 2023 15:45:32 +0100

update submodules

Diffstat:
M.gitmodules | 1+
Mbootstrap | 6------
2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -5,3 +5,4 @@ [submodule "contrib/wallet-core"] path = contrib/wallet-core url = git://git.taler.net/wallet-core + branch = prebuilt diff --git a/bootstrap b/bootstrap @@ -31,9 +31,3 @@ fi echo "$0: Running autoreconf" autoreconf -if - -echo "Importing single-page app (from external Git repository)" -cd contrib/wallet-core -git checkout -f origin/prebuilt - -exit 0