-
Notifications
You must be signed in to change notification settings - Fork 32
Feature/hw 66628 v4 java sdk venmo account #66
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
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.
Reviewed the changes.
* Get Venmo Account | ||
* | ||
* @param userToken User token assigned | ||
* @param venmoAccountToken venmo Account token assigned |
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.
Upper case venmo Account.
In the below line too.
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.
Addressed it . thanks @arao6
* @param venmoAccountToken Venmo account token | ||
* @param transition Status transition information | ||
* @return HyperwalletStatusTransition new status for venmo Account | ||
*/ |
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.
Uppercase venmo
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.
changed to Uppercase
* @param userToken User token | ||
* @param venmoAccountToken Venmo account token | ||
* @return HyperwalletStatusTransition deactivated venmo account | ||
*/ |
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.
Uppercase venmo
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.
done.
# Conflicts: # src/test/java/com/hyperwallet/clientsdk/HyperwalletTest.java
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
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.
Looking good, just a few comments
* Create Venmo Account | ||
* | ||
* @param venmoAccount HyperwalletVenmoAccount object to create | ||
* @return HyperwalletVenmoAccount created venmo account for the specified user |
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.
capital 'V' in venmo
} | ||
|
||
private HyperwalletVenmoAccount copy(HyperwalletVenmoAccount venmoAccount) { | ||
venmoAccount = HyperwalletJsonUtil.fromJson(HyperwalletJsonUtil.toJson(venmoAccount), HyperwalletVenmoAccount.class); |
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.
we can directly return from here if we are not going to use venmoAccount
variable
# Conflicts: # src/test/java/com/hyperwallet/clientsdk/util/HyperwalletApiClientTest.java
No description provided.