From e942c6941340eaa2f5762a734d985ff9900a154d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Jun 2020 23:47:33 +0200 Subject: must include merchant public key --- core/api-merchant.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index f8858376..4737e0a1 100644 --- 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 -- cgit v1.2.3