-
Notifications
You must be signed in to change notification settings - Fork 16
HW-52538 add support to deactivate paypal account #6
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
HW-52538 add support to deactivate paypal account #6
Conversation
peter-joseph
left a comment
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.
Generally looks good, just minor adjustment in mapping
| <string name="wire_account">Wire Account</string> | ||
| <string name="paper_check">Paper Check</string> | ||
| <string name="prepaid_card">Prepaid Card</string> | ||
| <string name="paypal_account">PayPal</string> |
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.
should this be PayPal 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.
According to @jsaini-hw it should be PayPal
ui/src/main/res/values/strings.xml
Outdated
| <string name="bank_card_font_icon">\uE005</string> | ||
| <string name="wire_account_font_icon">\uE00D</string> | ||
| <string name="paper_check_font_icon">\uE002</string> | ||
| <string name="prepaid_card_font_icon">\uE00E</string> |
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.
I think Prepaid card is remapped to E00A
peter-joseph
left a comment
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.
LGN
This pull request contains the changes to allow users to deactivate a PayPal account. It also includes updates to the string.xml file to map the PayPal icon and description