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
sendRequest.js currently allows us to send only POST requests. It is good to be supported GET requests too.
sendRequest.js
POST
GET
The context here is: Amazon Pay integration requires GET requests too.
The text was updated successfully, but these errors were encountered:
#281 support GET HTTP request
9cb4734
Merge pull request #282 from hyva-themes/281/GET-HTTP-support
f753873
Successfully merging a pull request may close this issue.
sendRequest.js
currently allows us to send onlyPOST
requests. It is good to be supportedGET
requests too.The context here is: Amazon Pay integration requires GET requests too.
The text was updated successfully, but these errors were encountered: