summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-30 16:38:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-30 16:38:59 +0100
commit0b007849a03046193c1e7d01bf2cc001009dd251 (patch)
treeb35d094680061b9e7883442e1e59dc1499e7761c /src
parent87c0b62f174a140f189dee487153d065886336a0 (diff)
downloadtaler-mdb-0b007849a03046193c1e7d01bf2cc001009dd251.tar.gz
taler-mdb-0b007849a03046193c1e7d01bf2cc001009dd251.tar.bz2
taler-mdb-0b007849a03046193c1e7d01bf2cc001009dd251.zip
API rename in merchant
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9de8392..8ba9367 100644
--- a/src/main.c
+++ b/src/main.c
@@ -331,7 +331,7 @@ struct PaymentActivity
/**
* Handle to a POST /orders operation
*/
- struct TALER_MERCHANT_PostOrdersOperation *po;
+ struct TALER_MERCHANT_PostOrdersHandle *po;
/**
* Handle for a GET /private/orders/$ID operation.