From bafc3f2055de3920e48c7e776332f7e366dcfb8e Mon Sep 17 00:00:00 2001 From: Antoine A <> Date: Fri, 12 Jan 2024 13:06:10 +0000 Subject: Drop corebank version 3 compatibility --- core/api-corebank.rst | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/core/api-corebank.rst b/core/api-corebank.rst index 32c15c97..7ac6e813 100644 --- a/core/api-corebank.rst +++ b/core/api-corebank.rst @@ -174,14 +174,6 @@ Account Management // Only admin can set this property, other user can reconfig their account // after creation. tan_channel?: TanChannel; - - // Deprecated use ``contact_data`` instead - // will be removed in the next release - challenge_contact_data?: ChallengeContactData; - - // Deprecated use ``payto_uri`` instead - // will be removed in the next release - internal_payto_uri?: string; } .. ts:def:: ChallengeContactData @@ -279,14 +271,6 @@ Account Management // If present, enables 2FA and set the TAN channel used for challenges tan_channel?: TanChannel; - - // Deprecated use ``contact_data`` instead - // will be removed in the next release - challenge_contact_data?: ChallengeContactData; - - // Deprecated and have no effect - // will be removed in the next release - is_taler_exchange?: boolean; } **Response:** @@ -389,10 +373,6 @@ Account Management // Is this a taler exchange account? is_taler_exchange: boolean; - - // Deprecated use ``username`` instead - // will be removed in the next release - account_name: string; } .. http:get:: /accounts -- cgit v1.2.3