summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-14 19:10:19 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-14 19:10:19 +0200
commit1a3793cb1c5e94d2d900835102ee5929a229986c (patch)
tree12500af1ae43ce2396eb2caa11a9c8c86a87f063 /src/include/taler_exchange_service.h
parentf5b99b5282e50bfaf744941d22bb5766cec76cb9 (diff)
downloadexchange-1a3793cb1c5e94d2d900835102ee5929a229986c.tar.gz
exchange-1a3793cb1c5e94d2d900835102ee5929a229986c.tar.bz2
exchange-1a3793cb1c5e94d2d900835102ee5929a229986c.zip
-regenerate DBs
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 7c4a0f769..a3e0fffce 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -2141,7 +2141,7 @@ struct TALER_EXCHANGE_WithdrawResponse
* Payment target that the merchant should use
* to check for its KYC status.
*/
- uint64_t payment_target_uuid;
+ uint64_t legitimization_uuid;
} unavailable_for_legal_reasons;
/**
@@ -2262,7 +2262,7 @@ struct TALER_EXCHANGE_BatchWithdrawResponse
* Payment target that the merchant should use
* to check for its KYC status.
*/
- uint64_t payment_target_uuid;
+ uint64_t legitimization_uuid;
} accepted;
/**
@@ -3076,7 +3076,7 @@ struct TALER_EXCHANGE_GetDepositResponse
* Payment target that the merchant should use
* to check for its KYC status.
*/
- uint64_t payment_target_uuid;
+ uint64_t legitimization_uuid;
} success;
/**
@@ -3094,7 +3094,7 @@ struct TALER_EXCHANGE_GetDepositResponse
* Payment target that the merchant should use
* to check for its KYC status.
*/
- uint64_t payment_target_uuid;
+ uint64_t legitimization_uuid;
/**
* Set to 'true' if the KYC check is already finished and
@@ -3553,7 +3553,7 @@ struct TALER_EXCHANGE_WalletKycResponse
* Wallet's payment target UUID. Only valid if
* @e http_status is #MHD_HTTP_OK
*/
- uint64_t payment_target_uuid;
+ uint64_t legitimization_uuid;
};
@@ -4879,7 +4879,7 @@ struct TALER_EXCHANGE_AccountMergeResponse
* Payment target that the merchant should use
* to check for its KYC status.
*/
- uint64_t payment_target_uuid;
+ uint64_t legitimization_uuid;
} unavailable_for_legal_reasons;
@@ -4988,7 +4988,7 @@ struct TALER_EXCHANGE_PurseCreateMergeResponse
* Payment target that the merchant should use
* to check for its KYC status.
*/
- uint64_t payment_target_uuid;
+ uint64_t legitimization_uuid;
} unavailable_for_legal_reasons;
} details;