In the method CheckTokens within event.cs, the AnetSignature is being passed. However, unless I'm missing something, the header coming in from authorize.net's value actually still contains "sha512=" in it. I realize that I can strip that out manually, but am I missing something? Shouldn't the CheckTokens already handle that part? Or? Otherwise, CheckTokens will always return FALSE.