summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index ebb24533..d58b43bd 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -150,8 +150,7 @@ manages payment initiations of the account and tracks the of payment initiations
interface InitiatedPayments {
// list of all the initiated payments' UID.
- initiatedPayments: string[];
-
+ initiatedPayments: PaymentStatus[];
}