merchant

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

commit 512fb1f1230b8188d9f45e2bfcced34c7aa30b0e
parent e2d0bbc54c05ce2e105b72d31b1eb243749ff819
Author: Florian Dold <florian@dold.me>
Date:   Mon, 16 Jun 2025 22:46:29 +0200

bump submodules

Diffstat:
Mcontrib/merchant-spa.lock | 2+-
Msrc/testing/test_merchant_product_creation.sh | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/merchant-spa.lock b/contrib/merchant-spa.lock @@ -1 +1 @@ -1.0.8 +1.0.18 diff --git a/src/testing/test_merchant_product_creation.sh b/src/testing/test_merchant_product_creation.sh @@ -51,6 +51,9 @@ setup -c "test_template.conf" \ -r "merchant-exchange-default" \ -em \ $BANK_FLAGS + +bash + LAST_RESPONSE=$(mktemp -p "${TMPDIR:-/tmp}" test_response.conf-XXXXXX) WALLET_DB=$(mktemp -p "${TMPDIR:-/tmp}" test_wallet.json-XXXXXX) CONF="test_template.conf.edited"