commit 092a99488fade846489388e2f3860a87fdb47467 parent 68e704265d4cff33f3cf6cf66eb94a1bb4279ef7 Author: Christian Blättler <blatc2@bfh.ch> Date: Fri, 29 Mar 2024 09:41:35 +0100 explain Order vs ContractTerms Diffstat:
| M | core/api-merchant.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2059,6 +2059,11 @@ Creating orders otp_id?: string; } + The `Order` object represents the starting point for new `ContractTerms`. + After validating and sanatizing all inputs, the merchant backend will add + additional information to the order and create a new `ContractTerms` object + that will be stored in the database. + .. ts:def:: Order interface Order {