Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ exports[`renders account setting page correctly 1`] = `
"link": "preferences",
"title": "Preferences",
},
Object {
"link": "payment",
"title": "Payment",
},
]
}
/>
Expand Down Expand Up @@ -805,6 +809,10 @@ exports[`renders preferences setting page correctly 1`] = `
"link": "preferences",
"title": "Preferences",
},
Object {
"link": "payment",
"title": "Payment",
},
]
}
/>
Expand Down Expand Up @@ -1559,6 +1567,10 @@ exports[`renders profile setting page correctly 1`] = `
"link": "preferences",
"title": "Preferences",
},
Object {
"link": "payment",
"title": "Payment",
},
]
}
/>
Expand Down Expand Up @@ -2319,6 +2331,10 @@ exports[`renders tools setting page correctly 1`] = `
"link": "preferences",
"title": "Preferences",
},
Object {
"link": "payment",
"title": "Payment",
},
]
}
/>
Expand Down
8 changes: 8 additions & 0 deletions src/assets/images/PayPal_logo_gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/images/Payoneer_log_gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/assets/images/Western_Union_Logo_gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/arrow-right-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/icon-back-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/icon-dollar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/icon-speed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading