diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-08-14 19:10:19 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-08-14 19:10:19 +0200 | 
| commit | 1a3793cb1c5e94d2d900835102ee5929a229986c (patch) | |
| tree | 12500af1ae43ce2396eb2caa11a9c8c86a87f063 /src/include | |
| parent | f5b99b5282e50bfaf744941d22bb5766cec76cb9 (diff) | |
-regenerate DBs
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_exchange_service.h | 14 | ||||
| -rw-r--r-- | src/include/taler_exchangedb_plugin.h | 3 | ||||
| -rw-r--r-- | src/include/taler_testing_lib.h | 2 | 
3 files changed, 9 insertions, 10 deletions
| diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 7c4a0f76..a3e0fffc 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; diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index ef25fb46..f7886a41 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2281,8 +2281,7 @@ struct TALER_EXCHANGEDB_KycStatus     * Number that identifies the KYC target the operation     * was about.     */ -  // FIXME: rename to 'legitimization_uuid' -  uint64_t payment_target_uuid; +  uint64_t legitimization_uuid;    /**     * True if the KYC status is "satisfied". diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index a99defbb..46338d2b 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2796,7 +2796,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,    op (kyc_url, const char *)                                       \    op (web_url, const char *)                                       \    op (row, const uint64_t)                                         \ -  op (payment_target_uuid, const uint64_t)                         \ +  op (legitimization_uuid, const uint64_t)                         \    op (array_length, const unsigned int)                            \    op (credit_payto_uri, const char *)                              \    op (debit_payto_uri, const char *)                               \ | 
