diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-02-15 18:29:30 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-02-15 18:29:30 +0100 |
commit | bbe743a39441907b2f053a97b3e71804c7a4fbd3 (patch) | |
tree | d27dda9ab987eee479e50b7466986e9f5cab6994 /src/backend/merchant.conf | |
parent | ac2d14efbba4560bc5f20e532143852e84049970 (diff) |
unification of offering URL for cc and Taler style payments
Diffstat (limited to 'src/backend/merchant.conf')
-rw-r--r-- | src/backend/merchant.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf index b7e92e89..657cb02f 100644 --- a/src/backend/merchant.conf +++ b/src/backend/merchant.conf @@ -11,7 +11,7 @@ HOSTNAME = localhost KEYFILE = merchant.priv # What currency does this backend accept? -CURRENCY = KUDOS +CURRENCY = EUR # FIXME: to be revised TRUSTED_MINTS = taler |