summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-29 21:45:43 +0100
committerMS <ms@taler.net>2020-10-29 21:45:43 +0100
commitf5fa71eacdf1d715473e77c8df4303c6874e1b86 (patch)
tree0ac1991fa7d1891735fbfce03d5d21e98d043a95 /libeufin/api-nexus.rst
parenta7fed4b35dd3b2a19de9f13827cfdffa5842a761 (diff)
downloaddocs-f5fa71eacdf1d715473e77c8df4303c6874e1b86.tar.gz
docs-f5fa71eacdf1d715473e77c8df4303c6874e1b86.tar.bz2
docs-f5fa71eacdf1d715473e77c8df4303c6874e1b86.zip
fix field name
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 64d1a416..08ab4ad7 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -111,7 +111,7 @@ manages payment initiations of the account and tracks the initiations of payment
interface PaymentStatus {
// Payment unique identifier
- uuid: string;
+ paymentInitiationId: string;
// True for submitted payments
submitted: boolean;