From ff90e4126959d3a857a3ad8b94dbc5a29f5093f8 Mon Sep 17 00:00:00 2001 From: Jacob Marks <100745682+J8k3@users.noreply.github.com> Date: Sat, 16 May 2026 23:02:52 -0400 Subject: [PATCH] Capitalise display name: "Parse TR-31 Key Block" --- src/core/operations/ParseTR31KeyBlock.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/ParseTR31KeyBlock.mjs b/src/core/operations/ParseTR31KeyBlock.mjs index d4bd9132..8ceae044 100644 --- a/src/core/operations/ParseTR31KeyBlock.mjs +++ b/src/core/operations/ParseTR31KeyBlock.mjs @@ -110,14 +110,14 @@ const OPTIONAL_BLOCK_IDS = { // ── Operation ───────────────────────────────────────────────────────────────── /** - * Parse TR-31 key block operation. + * Parse TR-31 Key Block operation. */ class ParseTR31KeyBlock extends Operation { constructor() { super(); - this.name = "Parse TR-31 key block"; + this.name = "Parse TR-31 Key Block"; this.module = "Payment"; this.description = [ "Parses a TR-31 (ANSI X9.143) key block and decodes every header field into a human-readable description.",