-
Notifications
You must be signed in to change notification settings - Fork 7
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
global integration #120
base: master
Are you sure you want to change the base?
global integration #120
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me after comments
@@ -26,13 +26,14 @@ Before you can start the initialization of Affirm SDK, you must first set the Af | |||
```java | |||
Affirm.initialize(new Affirm.Configuration.Builder("public key") | |||
.setEnvironment(Affirm.Environment.SANDBOX) | |||
.setCountryCode("USA") // Default USA | |||
.setLocale(Locale.US.toString()) // Default en_US |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here Locale.US.toLanguageTag()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
toLanguageTag
returns en-US
, but what we need is en_US
@KennethNickles
HI @wangdaliu can we get your help answering the questions above? |
771904b
to
30e02b0
Compare
Why are we re-opening a PR from 2 years ago? Has it been rebased on master? PR should have full description. |
No description provided.