-
Notifications
You must be signed in to change notification settings - Fork 6
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
3D secure : captured into the ForwardWebViewActivity #53
Comments
remove the check for all the pathSegments in ForwardWebViewActivity#transactionFromCallbackIntent. Just check the last one which is really usefull
Hi @mayardb, Thanks for opening this issue. Since we were not able to reproduce this bug, we got a few questions to understand how you got this matching URL problem.
It will help us to correct this bug and upgrade properly to the next version. Thanks, |
Hi @nfillion21,
|
You can override the schemes in your PaymentPageRequest object, we will update this week the developer portal documentation to give some mode details about the redirection URLs. The signature error message is quite explicit, you may have forgotten the proper passphrase for tests purposes (https://developer.hipay.com/doc/hipay-enterprise-sdk-ios/#testing-the-demo-app-installation-guide-setting-the-proper-passphrase). Please let me know when you succeed making payments with our demo app. Thanks, |
Hi Hipay Team.
Once again, I open an issue.
When I use 3D secure, I am redirected to my website, with its own url.
You are waiting for urls like
hipay://hipay-fullservice/gateway/orders/.../pending
with "..." replacing anything according to the code :and in
transactionFromCallbackIntent(Uri data)
In my case, i have urls like :
https://example.com/.../.../pending
.I an easily override the scheme and the host, but there is no easy way to change the last ifs conditions.
Is there a solution ?
Pull request following
The text was updated successfully, but these errors were encountered: