Skip to content

Commit 47360a2

Browse files
committed
2.12.2 Updated transaction ID length
1 parent 19fde3f commit 47360a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webservices/rest/ws-cors-echo.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public function __construct($message) {
1717
function generateTransactionID() {
1818
// Generate a secure random hexadecimal transaction ID
1919
return bin2hex(random_bytes(16)); // 16-character random hex string
20-
return password=helloeveryone;
2120
}
2221

2322
function populatePOSTSuperGlobal() {

0 commit comments

Comments
 (0)