Skip to content

GooglePayParams() has private access #57

@itrcz

Description

@itrcz

Следуя документации
https://static2.tinkoff.ru/acquiring/manuals/android_sdk.pdf

Конструктор

GooglePayParams params = new GooglePayParams()
.setMerchantName(getString(R.string.merchant_name))
.setAddressRequired(false)
.setPhoneRequired(false)
.setTheme(WalletConstants.THEME_LIGHT)
.setEnvironment(WalletConstants.ENVIRONMENT_TEST)
.build();

ругается, что GooglePayParams() имеет приватный доступ

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions