-
Notifications
You must be signed in to change notification settings - Fork 9
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
Blank values sent by HppRequest #3
Comments
@ebguilbert Do you find a solution for this issue? I override all the blank values with some relevant values so that the lightbox popup stops complaining about "Invalid characters", but now I've got "508 Incorrect hash" error instead. Not sure how to solve it. Thanks |
Yes. I got a temporary fix:
@mintraSpencerSyntec Hope it helps. Please add a +1 to this issue if you think its helpful. |
@ebguilbert |
@mintraSpencerSyntec, could you please let us know what the other two issues are? |
Thanks very much for asking @ebguilbert The other 2 issues were "Incorrect hash" and "Card can't be used for this amount" errors. But these 2 seem to be resolved by the same fix you provided above. |
@rxp-developers is there an eta for this fix to be released? |
@fabiofalci, could you please provide some details on the Java environment you are encountering this issue in, what version etc. It's not something I've been able to replicate. |
Running on sandbox.
@rxp-developers at first glance it looks very similar to @ebguilbert issue. If I run like this example:
In the UI, when trying to open the lightbox, I get an error like this (the invalid field varies in each call):
In the generated json, all those invalid fields have null value.
To work, I need to fill all of them, if I don't know what one field is for, I need to set empty string.
Then it works. |
@fabiofalci, thanks, have opened a Pull Request to get the fix included: #4 It will go through our release process so it should be out in a matter of days. |
thanks |
Need Help guys please ! |
If I try to submit a basic HPP request:
My HTTP POST request includes all other possible variables with blank values. See image attached.
The text was updated successfully, but these errors were encountered: