Capitalise display name: "Parse TR-31 Key Block"
This commit is contained in:
parent
c268dd3a1e
commit
ff90e41269
@ -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 <b>TR-31</b> (ANSI X9.143) key block and decodes every header field into a human-readable description.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user