juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
11.07k stars 1.19k forks source link

avoid considering pre-routing results during `perform_session_token_routing` #5079

Closed ShankarSinghC closed 4 days ago

ShankarSinghC commented 2 weeks ago

avoid considering pre-routing results during perform_session_token_routing

As there is a logic to filter out the apple pay payment method if apple pay is already saved. But this should not be the save when performing the session token (perform_session_token_routing).

ShankarSinghC commented 4 days ago

Closing as completed in https://github.com/juspay/hyperswitch/pull/5078