-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Support Me About Setting RequestType To CaptureWallet #7
Comments
@quandangminh2107 can you try to search through the module with keywords: |
@mrkhoa99 I found it at "Gateway/Request/AbstractDataBuilder.php" as below: |
@quandangminh2107 We have updated a new version to support 3 payment methods: payWithATM, payWithCC and Wallet. Please pull and use latest tag. |
@thaopw Thank you for the new version. I have pulled the new version and tested it. But when I choose MoMo Wallet to make a payment, it shows me exception as follows: |
I think something went wrong when getting pay url, please ensure your request is correct. |
@thaopw Please help me to fix this issue. |
1 similar comment
@thaopw Please help me to fix this issue. |
@thaopw I try to log the error and it shows me the function validateSignature() returns false so could you help me to fix this, please? |
@thaopw I checked the function validateSignature() in AbstractResponseValidator class and I saw that it compares the signature return from the response with the signature return from the authorization but when I rechecked the response, it doesn't have the signature value in the response. Help me, please. |
@quandangminh2107 thank you for details. I think the structure of Momo's response has been changed. In this case, you need to change the GetPayUrlValidator. From the di xml, you need to change the validator class. |
Please help me know about where location or which files in this project you set parameter "requestType" to "captureWallet".
Thanks in advance.
The text was updated successfully, but these errors were encountered: