release 1.24.0: zero-pay phase (stage.my default, TESTPAYSAN templates)
This commit is contained in:
parent
a1275e6e45
commit
ee99f0de99
9 changed files with 526 additions and 2 deletions
11
pay_talersticker_zero.sh
Executable file
11
pay_talersticker_zero.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
# Thin wrapper → phase zero-pay (COUNT default 100).
|
||||
# Default merchant: https://stage.my.taler-ops.ch (not production).
|
||||
# COUNT=3 ./pay_talersticker_zero.sh
|
||||
# ./pay_talersticker_zero.sh # 100 pays, stage.my stickers CHF:0
|
||||
# ./taler-monitoring.sh -d stage.lefrancpaysan.ch zero-pay
|
||||
set -euo pipefail
|
||||
ROOT=$(cd "$(dirname "$0")" && pwd)
|
||||
export COUNT="${COUNT:-100}"
|
||||
export TALER_DOMAIN="${TALER_DOMAIN:-stage.taler-ops.ch}"
|
||||
exec "$ROOT/taler-monitoring.sh" -d "$TALER_DOMAIN" zero-pay
|
||||
Loading…
Add table
Add a link
Reference in a new issue