commit e942c6941340eaa2f5762a734d985ff9900a154d
parent 467bf158123dc38542a29caa8827205741e7f4e9
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 13 Jun 2020 23:47:33 +0200
must include merchant public key
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1234,6 +1234,9 @@ Receiving Payments
// Successful refunds for this payment, empty array for none.
refunds: RefundStatus[];
+ // Public key of the merchant.
+ merchant_pub: EddsaPublicKey;
+
}
.. ts:def:: StatusUnpaid