karser/RobokassaBundle

Wrong password in Auth::validate() method.

Closed this issue · 1 comments

It seems like pass1 should be used in the Auth::validate() method. Some debugging shows that $sign and $crc doesn't match when using pass2. But if I change it to pass1 everything is ok.

fixed