taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 8b8544dcc8e27bcc24b90903e26a351843dfb0e1
parent 48f5d798083fa18fe0a7ea40c02f7f311a68cfdf
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 22 Jul 2020 21:38:17 +0530

rename

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1122,7 +1122,7 @@ Payment processing // Additional details needed to verify the refund confirmation signature // (``h_contract_terms`` and ``merchant_pub``) are already known // to the wallet and thus not included. - interface RefundConfirmation { + interface MerchantAbortPayRefundSuccessStatus { // Used as tag for the sum type MerchantCoinRefundStatus sum type. success: true;