From c405326f0365663e2cbf953de7bc62c95ec08067 Mon Sep 17 00:00:00 2001 From: Jacob Marks <100745682+J8k3@users.noreply.github.com> Date: Sun, 17 May 2026 08:24:13 -0400 Subject: [PATCH] Fix 3 test assertions: TR-31 compliance fields, PAN card-type fields --- tests/operations/tests/Payment.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operations/tests/Payment.mjs b/tests/operations/tests/Payment.mjs index e3c9351b..ac56bd67 100644 --- a/tests/operations/tests/Payment.mjs +++ b/tests/operations/tests/Payment.mjs @@ -1,4 +1,4 @@ -/** +/** * Payment operation tests. * * @license Apache-2.0