taler-docs

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

commit 606a0bf545d540969f64a4d023f4454739a335d5
parent a55dc1927cb77c89406acde3089f75b1f2abf97b
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Wed, 10 Apr 2024 07:45:25 +0200

merchant api: fix choices type

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2088,7 +2088,7 @@ Creating orders // List of contract choices that the customer can select from. // @since protocol **vSUBSCRIBE** - choices?: ContractChoice[]; + choices?: OrderChoice[]; // URL where the same contract could be ordered again (if // available). Returned also at the public order endpoint