taler-docs

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

commit 61ff15c7d36af76eabe09577f7acc75d70c79a4d
parent b166ecf2934a23c0bfae47ea3282b278df96d0d8
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 05:26:21 -0400

fix typo: s/card/cart/

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 @@ -1576,7 +1576,7 @@ Creating orders // lock a product in the inventory. Only useful if // ``manage_inventory`` is set. Used in case a frontend // reserved quantities of the individual products while - // the shopping card was being built. Multiple UUIDs can + // the shopping cart was being built. Multiple UUIDs can // be used in case different UUIDs were used for different // products (i.e. in case the user started with multiple // shopping sessions that were combined during checkout).