This screen was designed to let users add multiple PayPal addresses to their payment methods.
File Location
src/screens/PaymentMethodModule/AddNewPaypal/AddNewPaypal.js
Data
If you’d like to change data present on this screen, please locate the following file
src/screens/PaymentMethodModule/AddNewPaypal/AddNewPaypal.jsIf you’d like to change the data shown on this page for PayPal addresses you will have to navigate to src/DummyData/PaypalAddressDummyData.json
[
{
"id": 0,
"isActive": true,
"email": "[email protected]"
},
....
]