We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
این کتابخانه با متد پست روی لاراول کار نمیکنه و متد گت هم درست نیست برای پرداخت استفاده بشه . مشکل از csrf_token هست
The text was updated successfully, but these errors were encountered:
@ho3ein-mola can you show us your code and the error? i don't think csrf_token have to do anything with this lib.
Sorry, something went wrong.
Hi, you can add your payment routes in $except array in VerfyCsrfToken.php middleware.
$except
VerfyCsrfToken.php
for example, your payment route is: http://site.com/api/payment your $except array shoud be like this:
$except = [ 'api/payment/*' ];
No branches or pull requests
این کتابخانه با متد پست روی لاراول کار نمیکنه و متد گت هم درست نیست برای پرداخت استفاده بشه . مشکل از csrf_token هست
The text was updated successfully, but these errors were encountered: