Open vspecky opened 1 year ago
@vspecky I am interested in looking at this issue. Please can you assign this to me? @SanchithHegde just tagging if you can assign this to me.
@vspecky I am interested in looking at this issue. Please can you assign this to me? @SanchithHegde just tagging if you can assign this to me.
@jeevaprakashdr Hey, unfortunately, this is a high priority task which would require a lot of domain knowledge as well as internal knowledge so we want someone from the internal team to pick it up ideally. Thanks for expressing interest tho!
Bug Description
The application throws a
payment_method
not found error when trying to make a payment using a payment token. The payment token is updated from the "list payment methods for customer" API.Expected Behavior
The application should use the payment token to fetched the saved payment details from the vault.
Actual Behavior
The application throws an error saying the
payment_method
was not found.Steps To Reproduce
setup_future_usage=on_session
and a customer ID so the card gets saved.Context For The Bug
Environment
Are you using hyperswitch hosted version? No
If not (or if building/running locally), please provide the following details:
rustc --version
):1.69.0
Have you spent some time to check if this bug has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
No, but I'm happy to collaborate on a PR with someone else