From c32be5a5c55d7dc22c2963ddfb4b1ae645c98e48 Mon Sep 17 00:00:00 2001 From: Jacob Marks <100745682+J8k3@users.noreply.github.com> Date: Sat, 16 May 2026 23:02:54 -0400 Subject: [PATCH] Capitalise display name: "Parse TR-34 Key Transport" --- src/core/operations/ParseTR34B9Envelope.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/ParseTR34B9Envelope.mjs b/src/core/operations/ParseTR34B9Envelope.mjs index 1843b000..0a2a4d89 100644 --- a/src/core/operations/ParseTR34B9Envelope.mjs +++ b/src/core/operations/ParseTR34B9Envelope.mjs @@ -83,14 +83,14 @@ function hexStr(bytes) { // ── Operation ───────────────────────────────────────────────────────────────── /** - * Parse TR-34 key transport message operation. + * Parse TR-34 Key Transport message operation. */ class ParseTR34B9Envelope extends Operation { constructor() { super(); - this.name = "Parse TR-34 key transport"; + this.name = "Parse TR-34 Key Transport"; this.module = "Payment"; this.description = [ "Parses a TR-34 key transport message frame (hex input) and decodes each section.",