commit 4b9a2e4066c0d4c1ce3bb4ff67822c5774cee7e7
parent da16cc31bd1136ab202e048368ff69a13ee612d0
Author: Christian Blättler <blatc2@bfh.ch>
Date: Fri, 12 Apr 2024 18:02:46 +0200
merchant api: fix wrong type
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -2178,7 +2178,7 @@ protocol **vSUBSCRIBE**.
inputs: OrderInput[];
// Outputs provided by the merchant, if this choice is selected.
- outputs: ContractOutput[];
+ outputs: OrderOutput[];
}
.. ts:def:: OrderInput