taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b26afb9b1d78bb4cc850df378c51fe81e0d02dcc
parent ac0c4179e29b17fe5c9c0d5082c68a85bfd452f2
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 14 Apr 2025 11:31:48 -0300

contact can be a business

Diffstat:
Mcore/api-challenger.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-challenger.rst b/core/api-challenger.rst @@ -138,8 +138,8 @@ Receiving Configuration // The field names are registered via `GANA <https://git.taler.net/gana.git/tree/gnu-taler-form-attributes>`_ // email: CONTACT_EMAIL // phone: CONTACT_PHONE - // postal: CONTACT_PERSON_NAME, ADDRESS_LINES, ADDRESS_COUNTRY - // postal-ch: CONTACT_PERSON_NAME, ADDRESS_LINES + // postal: CONTACT_NAME, ADDRESS_LINES, ADDRESS_COUNTRY + // postal-ch: CONTACT_NAME, ADDRESS_LINES address_type: "email" | "phone" | "postal" | "postal-ch"; }