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

[BUG] "v1" and "v2" code incompatibility #6988

Open
Aleksandr-Granin opened this issue Jan 4, 2025 · 0 comments
Open

[BUG] "v1" and "v2" code incompatibility #6988

Aleksandr-Granin opened this issue Jan 4, 2025 · 0 comments

Comments

@Aleksandr-Granin
Copy link

Considering that "v1" and "v2" conditional compilation features are mutually exclusive, the internal "v2" code will never be called because "v1" is set up on the whole function.

pub async fn find_mca_from_authentication_id_type(

pub async fn get_mca_from_payment_intent(

pub async fn get_mca_from_object_reference_id(

and other places

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant