summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-enable-reserve
blob: 2404a0cd6f140582034974afcd568af3e0278670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

# This file is run only ONCE - and acts more like a recipe!
# That's because a reserve cannot get its deadline changed,
# so even though we top periodically the same reserve (with
# taler-exchange-reservemod), we can't likewise move in the
# future that reserve's expiration date; thus we pick a very
# distant time for it.

source $HOME/activate

taler-merchant-tip-enable \
  --amount="$TALER_CONFIG_CURRENCY:100.00" \
  --backend-uri="http://backend.$TALER_ENVNAME.taler.net/" \
  --credit-uuid=ZUV321 \ # do not change
  --instance=default \
  --expiration=2020-12-31