-
Notifications
You must be signed in to change notification settings - Fork 9
HW-51227: Core Paypal Account #10
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
* HW-51226. Add support to PayPal account update
* HW-51227. Add support to create PayPal accounts
* HW-51321: Add support to retrieve PayPal accounts
* HW-51228. Add support for PayPal account deactivation
* HW-51228. PayPal Account Deactivation
* HW-51229: Add support to list PayPal accounts
|
|
||
| final PayPalAccount.Builder builder = new PayPalAccount | ||
| .Builder("US", "USD", "jsmith@paypal.com") | ||
| .token("trm-ac5727ac-8fe7-42fb-b69d-977ebdd7b48b"); |
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.
Remove token here please
|
|
||
| final PayPalAccount payPalAccount = new PayPalAccount | ||
| .Builder("", "USD", "jsmith@paypal.com") | ||
| .token("trm-ac5727ac-8fe7-42fb-b69d-977ebdd7b48b") |
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.
Also here as well
| @@ -0,0 +1,8 @@ | |||
| { | |||
| "errors": [ | |||
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.
Please reuse system_error_response.json instead of adding a new JSON file.
Add support for PayPal account endpoint
Add support for PayPal account endpoint
Add support for PayPal account endpoint
Add support for PayPal account endpoint
Add support for PayPal account endpoint
Add support for PayPal account endpoint
No description provided.