anandsiddharth / laravel-paytm-wallet

Integrate paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.
MIT License
93 stars 42 forks source link

verifying checksum only with posted inputs. #49

Closed devduttabain closed 4 years ago

devduttabain commented 4 years ago

Changing from request->all() to request->post() for verifying only posted input. In some cases callback URL may have some user defined parameters. in that case it wont be showing invalid checksum.