taler-docs

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

commit ea7f2170ae9ee5e1d8de1fc74544280c17a55cc9
parent 3d86a117430cd08567b6d6933734231898cdcc1d
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 30 Aug 2023 21:29:24 +0200

pos -> otp  is clearer

Diffstat:
Mcore/api-merchant.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3013,10 +3013,10 @@ to validate that a customer made a payment. interface OtpDeviceAddDetails { // Device ID to use. - device_id: string; + otp_device_id: string; // Human-readable description for the device. - device_description: string; + otp_device_description: string; // A base64-encoded key otp_key: string; @@ -3052,7 +3052,7 @@ to validate that a customer made a payment. interface OtpDevicePatchDetails { // Human-readable description for the device. - device_description: string; + otp_device_description: string; // A base64-encoded key otp_key: string;