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

fetchGooglePayParameters #14

Open
vlkigdm opened this issue Jan 15, 2021 · 0 comments
Open

fetchGooglePayParameters #14

vlkigdm opened this issue Jan 15, 2021 · 0 comments

Comments

@vlkigdm
Copy link

vlkigdm commented Jan 15, 2021

Ошибка при настройке выбора платежных сетей Google pay на уровне передачи из Дарта или в Котлине, не смотрел особо.

Добавил напрямую в YandexKassaPlugin, чтобы не мучаться:

val gpayAllowed: HashSet = HashSet()
gpayAllowed.add(GooglePayCardNetwork.AMEX)
gpayAllowed.add(GooglePayCardNetwork.DISCOVER)
gpayAllowed.add(GooglePayCardNetwork.JCB)
gpayAllowed.add(GooglePayCardNetwork.MASTERCARD)
gpayAllowed.add(GooglePayCardNetwork.VISA)
gpayAllowed.add(GooglePayCardNetwork.INTERAC)
gpayAllowed.add(GooglePayCardNetwork.OTHER)

и
GooglePayParameters(gpayAllowed)

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