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 #5009

Closed
ShankarSinghC opened this issue Jun 14, 2024 · 1 comment · Fixed by #5010
Closed

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

ShankarSinghC opened this issue Jun 14, 2024 · 1 comment · Fixed by #5010
Assignees
Labels
A-core Area: Core flows 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-core Area: Core flows A-payment-methods Area: Payment Methods A-routing Area: Routing labels Jun 14, 2024
@ShankarSinghC ShankarSinghC self-assigned this Jun 14, 2024
@ShankarSinghC
Copy link
Contributor Author

Closing this as completed in #5010

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows 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