hyperswitch-control-center
hyperswitch-control-center copied to clipboard
[BUG] Payment Method Details is empty when payment method is saved
Bug Description
Payment Method Details is empty when payment method is saved. Since payment has attained terminal state, we do not have the option to sync the payment and get the payment method id.
Expected Behavior
Payment Method details should be updated.
Saving the card to locker is async, so pm_id is updated in later time. When merchant tries to view the particular payment, force sync should be done based on the customer_acceptance value.
Actual Behavior
Psync is not made, so payment method details are not updated
Steps To Reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code or configuration to reproduce, if relevant.
- Make a successful save card flow payment and view the payment. its Payment Method details are none.
Context For The Bug
No response
Have you spent some time checking if this bug has been raised before?
- [X] I checked and didn't find a similar issue
Have you read the Contributing Guidelines?
- [X] I have read the Contributing Guidelines
Are you willing to submit a PR?
None