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

android: fix promise not called anymore after the first try #72

Merged
merged 2 commits into from
Feb 8, 2021

Conversation

NicholasBertazzonAga
Copy link
Contributor

Related to #67

@@ -55,8 +57,6 @@ public void requestOneTimePayment(

if (options.hasKey("currency"))
request.currencyCode(options.getString("currency"));
if (options.hasKey("displayName"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove display name here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry I didn't mean to

@NicholasBertazzonAga
Copy link
Contributor Author

@nzankich there you go restored, sorry about it

@nzankich nzankich merged commit 84c2bad into smarkets:master Feb 8, 2021
@nzankich
Copy link
Contributor

nzankich commented Feb 8, 2021

@NicholasBertazzonAga no problem! thanks for fixing this

I've approved another PR since yours that includes the same promise pattern. Guessing I should update that one as well? (I can do it though)

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

Successfully merging this pull request may close these issues.

None yet

2 participants