commit 3d86a117430cd08567b6d6933734231898cdcc1d parent 65517585508cfa6166e17d97cc42789cc471b254 Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 30 Aug 2023 21:22:40 +0200 pos -> otp is clearer Diffstat:
| M | core/api-merchant.rst | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3019,13 +3019,13 @@ to validate that a customer made a payment. device_description: string; // A base64-encoded key - pos_key: string; + otp_key: string; // Algorithm for computing the POS confirmation. - pos_algorithm: Integer; + otp_algorithm: Integer; // Counter for counter-based OTP devices. - pos_ctr?: Integer; + otp_ctr?: Integer; } @@ -3055,13 +3055,13 @@ to validate that a customer made a payment. device_description: string; // A base64-encoded key - pos_key: string; + otp_key: string; // Algorithm for computing the POS confirmation. - pos_algorithm: Integer; + otp_algorithm: Integer; // Counter for counter-based OTP devices. - pos_ctr?: Integer; + otp_ctr?: Integer; } @@ -3116,10 +3116,10 @@ to validate that a customer made a payment. device_description: string; // Algorithm for computing the POS confirmation. - pos_algorithm: Integer; + otp_algorithm: Integer; // Counter for counter-based OTP devices. - pos_ctr?: Integer; + otp_ctr?: Integer; }