Capitalise display name: "Parse TR-31 Key Block"

This commit is contained in:
Jacob Marks 2026-05-16 23:02:52 -04:00
parent c268dd3a1e
commit ff90e41269

View File

@ -110,14 +110,14 @@ const OPTIONAL_BLOCK_IDS = {
// ── Operation ───────────────────────────────────────────────────────────────── // ── Operation ─────────────────────────────────────────────────────────────────
/** /**
* Parse TR-31 key block operation. * Parse TR-31 Key Block operation.
*/ */
class ParseTR31KeyBlock extends Operation { class ParseTR31KeyBlock extends Operation {
constructor() { constructor() {
super(); super();
this.name = "Parse TR-31 key block"; this.name = "Parse TR-31 Key Block";
this.module = "Payment"; this.module = "Payment";
this.description = [ this.description = [
"Parses a <b>TR-31</b> (ANSI X9.143) key block and decodes every header field into a human-readable description.", "Parses a <b>TR-31</b> (ANSI X9.143) key block and decodes every header field into a human-readable description.",