diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-04-14 08:02:08 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-04-14 08:02:46 -0400 |
commit | fadb750a4aac8b317c3e9bdcfb2a415667be6f90 (patch) | |
tree | f36ccda155ed17191837d8fc6aaf667e0b2cf5d6 | |
parent | 22eee42fcd3ede5d60d88ca0e9adc497ae04f538 (diff) | |
download | docs-fadb750a4aac8b317c3e9bdcfb2a415667be6f90.tar.gz docs-fadb750a4aac8b317c3e9bdcfb2a415667be6f90.tar.bz2 docs-fadb750a4aac8b317c3e9bdcfb2a415667be6f90.zip |
replace FIXME w/ "..." in ‘PaymentResponse’ object
-rw-r--r-- | taler-mcig.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-mcig.rst b/taler-mcig.rst index dba3a35..bc32ef7 100644 --- a/taler-mcig.rst +++ b/taler-mcig.rst @@ -541,7 +541,7 @@ The backend returns ``200 OK`` with body: // PaymentResponse { - "sig": FIXME + "sig": "..." // EddsaSignature } FIXME: At this point, does the wallet need to query (status)? |