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

Include the pre-routing connectors in apple pay retries #4975

Closed
ShankarSinghC opened this issue Jun 12, 2024 · 0 comments · Fixed by #4952
Closed

Include the pre-routing connectors in apple pay retries #4975

ShankarSinghC opened this issue Jun 12, 2024 · 0 comments · Fixed by #4952
Assignees
Labels
A-payment-methods Area: Payment Methods A-routing Area: Routing

Comments

@ShankarSinghC
Copy link
Contributor

Currently for apple pay pre-routing is done before the session call and only one connector is decided based on the routing logic. Now since we want to enable auto retries for apple pay we need to consider all the connectors form the routing rule and construct a list of it. After which this connectors should be filtered out with the connectors that supports apple pay simplified flow.

Once this is done there will be a list of connectors with which apple pay retries can we performed.

@ShankarSinghC ShankarSinghC added A-payment-methods Area: Payment Methods A-routing Area: Routing labels Jun 12, 2024
@ShankarSinghC ShankarSinghC self-assigned this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-payment-methods Area: Payment Methods A-routing Area: Routing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant