docs: fix 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) and instantiate the validator, since the package exports the class.
S
Sijo Sam committed
1d375d5b786f2b7b7af045020426726e0d0a9726
Parent: 7108a5c
Committed by Jeanderson Barros Candido <2225536+jeandersonbc@users.noreply.github.com>
on 8/13/2026, 2:11:41 PM