tpay-com / tpay-php

MIT License
24 stars 27 forks source link

Update BasicNotificationHandler.php #20

Closed thomas2411 closed 3 years ago

thomas2411 commented 3 years ago

You actually pass string to isMd5Valid function instead of float. I have used this method outside of this library and added float to define parameters type and it caused invalid Md5 each time. So this should be stated that this is actually a string, not a float.