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

ApiIdempotent fails to LoadResourceObject for PayinsGetRefunds due to incorrect regex #217

Open
tmitchel2 opened this issue Mar 1, 2024 · 0 comments

Comments

@tmitchel2
Copy link

An example uri to get a payin refund could be https://api.sandbox.mangopay.com/v2.01/my_sandbox/payins/payin_m_012345/refunds

The '_' in the 'payin_m_012345' will not be matched by the '[0-9a-zA-Z]+' regex.

The regex needs to be updated to [0-9a-zA-Z_]+ to work correctly.

tmitchel2 added a commit to tmitchel2/mangopay2-net-sdk that referenced this issue Mar 1, 2024
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

1 participant