Skip to content
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

Failed to retrieve signing url in case the signingUrls.email and signer are not written with the same case. #20

Closed
AvdP62 opened this issue Jan 24, 2024 · 2 comments

Comments

@AvdP62
Copy link

AvdP62 commented Jan 24, 2024

Failed to retrieve signing url in case the signingUrls.email and in.signer are not written with the same case. Replace .equals with equalsIgnorecase:
https://github.com/axonivy-market/adobe-esign-connector/blob/27357303a856fa96e0466f274c79c7bb24bd4fc3/adobe-esign-connector-demo/src_hd/com/axonivy/connector/adobe/esign/connector/demo/Demo/DemoProcess.p.json#L152

Replacing .equals with .equalsIgnoreCase fixes the issue.
Goes for signer1 and signer2

@nqhoan-axonivy
Copy link
Contributor

Thank @AvdP62 for your feedback!
I created a Jira issue to track and adapt it https://1ivy.atlassian.net/browse/MARP-191
We will inform you when the ticket is resolved. Thanks!

@nqhoan-axonivy nqhoan-axonivy changed the title failed to retrieve signing url in case the signingUrls.email and in.signer are not written with the same case. Replace .equals with equalsIgnorecase Failed to retrieve signing url in case the signingUrls.email and signer are not written with the same case. Apr 5, 2024
@nqhoan-axonivy
Copy link
Contributor

HI @AvdP62 we fixed the issue and created a new release 10.0.21 for that enhancement.
Please take it to get the latest feature.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants