Capitalise display name: "Parse TR-34 Key Transport"
This commit is contained in:
parent
ff90e41269
commit
c32be5a5c5
@ -83,14 +83,14 @@ function hexStr(bytes) {
|
|||||||
// ── Operation ─────────────────────────────────────────────────────────────────
|
// ── Operation ─────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse TR-34 key transport message operation.
|
* Parse TR-34 Key Transport message operation.
|
||||||
*/
|
*/
|
||||||
class ParseTR34B9Envelope extends Operation {
|
class ParseTR34B9Envelope extends Operation {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.name = "Parse TR-34 key transport";
|
this.name = "Parse TR-34 Key Transport";
|
||||||
this.module = "Payment";
|
this.module = "Payment";
|
||||||
this.description = [
|
this.description = [
|
||||||
"Parses a <b>TR-34</b> key transport message frame (hex input) and decodes each section.",
|
"Parses a <b>TR-34</b> key transport message frame (hex input) and decodes each section.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user