docs: fix broken Banking webhook HMAC example in README
validateBankingHMAC(hmacKey, hmacSign, ...) treats the first argument as the signature and the second as the key, so the README example passing (KEY, SIGNATURE) always returned false. Point the example at the non-deprecated validateHMACSignature(hmacKey, hmacSignature, data) instead.
S
Sijo Sam committed
7108a5c9a7b48fb28c5053a4dda1c6f30f970f79
Parent: e57d452
Committed by Jeanderson Barros Candido <2225536+jeandersonbc@users.noreply.github.com>
on 8/13/2026, 2:11:41 PM