@visa/cli 4.1.0-rc.53 → 4.1.0-rc.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
//
|
|
9
9
|
// Real credential fetch — NO mocks. Calls the live VGS agentic gateway to mint a
|
|
10
10
|
// fresh, intent-scoped payment credential (DPAN + expiry + the 3-digit DAVV) and
|
|
11
|
-
// returns it in memory. Same wire calls
|
|
12
|
-
//
|
|
11
|
+
// returns it in memory. Same VGS agentic wire calls as enrollment; this just
|
|
12
|
+
// returns the FULL values (for the form-filler) instead of masking.
|
|
13
13
|
//
|
|
14
14
|
// Nothing here persists or logs the credential — it is returned to the caller
|
|
15
15
|
// (fillCheckout), and must never be written to disk or passed through an
|