Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Outdated Hyperwallet.setup(_:) documentation #130

Open
Ast3r10n opened this issue Jul 5, 2022 · 0 comments
Open

Outdated Hyperwallet.setup(_:) documentation #130

Ast3r10n opened this issue Jul 5, 2022 · 0 comments

Comments

@Ast3r10n
Copy link

Ast3r10n commented Jul 5, 2022

The Hyperwallet.setup(_:) method documentation states:

If a previously created instance exists, it will be replaced.

though the method's implementation only creates a new instance of the Hyperwallet interface object if the instance is nil:

if instance == nil {
    instance = Hyperwallet(provider)
}
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Ast3r10n and others