hyperswitch-web
hyperswitch-web copied to clipboard
refactor: saved cards flow logic updation for minimizing locker calls
Currently in saved cards flow, when recurring enabled is false and setup_future_usage
is coming as off_session
we are sending customer acceptance again. But in case of setup_future_usage
is coming as on_session
we shouldn't send the customer acceptance even if the recurring enabled as false. Because in case of on session we are sending it and it's increasing the locker calls.