From 062b60e0c64c1cc4613e204d65559de73887fa99 Mon Sep 17 00:00:00 2001
From: Jacob Marks <100745682+J8k3@users.noreply.github.com>
Date: Sat, 16 May 2026 22:50:03 -0400
Subject: [PATCH] Revert "Encode PIN Block" back to "Build PIN Block"
---
src/core/operations/BuildPINBlock.mjs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/operations/BuildPINBlock.mjs b/src/core/operations/BuildPINBlock.mjs
index bb2f2801..e72ad7b1 100644
--- a/src/core/operations/BuildPINBlock.mjs
+++ b/src/core/operations/BuildPINBlock.mjs
@@ -17,7 +17,7 @@ class BuildPINBlock extends Operation {
constructor() {
super();
- this.name = "Encode PIN Block";
+ this.name = "Build PIN Block";
this.module = "Payment";
this.description = "Paste the clear PIN into the input field and choose the ISO 9564 clear PIN block format to build.
Input: clear PIN digits.
Arguments: choose the target format, provide the PAN when required, and optionally randomize filler digits for formats 1 and 3.
This operation currently builds clear test PIN blocks for ISO formats 0, 1, and 3.";
this.inlineHelp = "Input: clear PIN digits.
Args: choose the format, add the PAN for formats 0 and 3, then decide whether format 1 or 3 filler digits should be randomized.";