commit 8816850470a292ef20cb1e1611e17e627457aa30 parent 65f96582ab9780b4121e2d0cef24e73144e8fe94 Author: priscilla <priscilla.huang@efrei.net> Date: Fri, 25 Nov 2022 06:03:43 -0500 update Diffstat:
| M | core/api-merchant.rst | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -16,6 +16,7 @@ @author Marcello Stanisci @author Florian Dold @author Christian Grothoff + @author Priscilla Huang .. _merchant-api: @@ -3198,7 +3199,7 @@ Using template .. ts:def:: UsingTemplateDetails - interface UsingTemplateDetails { + interface UsingTemplateDetails { // Subject of the template subject?: string; @@ -3208,7 +3209,7 @@ Using template } - .. ts:def:: UsingTemplateResponse + .. ts:def:: UsingTemplateResponse interface UsingTemplateResponse {