aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--copylib/config.php2
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.c4
-rw-r--r--src/backenddb/Makefile.am1
3 files changed, 4 insertions, 3 deletions
diff --git a/copylib/config.php b/copylib/config.php
index 7a83587c..eee4ec17 100644
--- a/copylib/config.php
+++ b/copylib/config.php
@@ -17,7 +17,7 @@
$REFUND_DELTA = 'P3M';
// set to false when done with local tests
-$explicit_currency = "PUDOS";
+$explicit_currency = "KUDOS";
$MERCHANT_CURRENCY = $explicit_currency;
$host = $_SERVER["HTTP_HOST"];
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
index 5ecc8217..d2854721 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -310,8 +310,8 @@ return_result (void *cls)
*/
struct TMH_EXCHANGES_FindOperation *
TMH_EXCHANGES_find_exchange (const char *chosen_exchange,
- TMH_EXCHANGES_FindContinuation fc,
- void *fc_cls)
+ TMH_EXCHANGES_FindContinuation fc,
+ void *fc_cls)
{
struct Exchange *exchange;
struct TMH_EXCHANGES_FindOperation *fo;
diff --git a/src/backenddb/Makefile.am b/src/backenddb/Makefile.am
index fa65673d..4bb98f61 100644
--- a/src/backenddb/Makefile.am
+++ b/src/backenddb/Makefile.am
@@ -34,6 +34,7 @@ libtaler_plugin_merchantdb_postgres_la_LIBADD = \
libtaler_plugin_merchantdb_postgres_la_LDFLAGS = \
$(TALER_PLUGIN_LDFLAGS) \
-lgnunetpq \
+ -ltalerpq \
-ltalerutil \
-lpq \
-lgnunetpostgres \