summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-04-27 16:12:19 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-04-27 16:12:19 +0200
commite49654e2b7c6b1de8767bfed0c08f32aa3e2f52c (patch)
tree49cd696767d8b3ce063b21da868b6ccd31f67976
parenteb67e49a80b1d440f78a26c06a0cceadd2e70d64 (diff)
downloaddeployment-e49654e2b7c6b1de8767bfed0c08f32aa3e2f52c.tar.gz
deployment-e49654e2b7c6b1de8767bfed0c08f32aa3e2f52c.tar.bz2
deployment-e49654e2b7c6b1de8767bfed0c08f32aa3e2f52c.zip
fix json field name
-rwxr-xr-xconfig/generate-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generate-config b/config/generate-config
index cef07d1..2ca4a04 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -269,7 +269,7 @@ def exchange_wf(envname, wfname, acct_no, name, standalone):
type=wfname,
bank_url=bank_url,
account_number=acct_no,
- account_url="payto://x-taler-bank/{}/{}".format(bank_host, acct_no)
+ url="payto://x-taler-bank/{}/{}".format(bank_host, acct_no)
)
return (wfname, json.dumps(data, indent=2))