Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Maria D'Costa <maria@expensify.com>
  • Loading branch information
Chris Kosuke Tseng and MariaHCD authored Aug 3, 2022
1 parent 72b4cc1 commit 28ed026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Payments/PaymentMethodList.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class PaymentMethodList extends Component {
* @returns {Array}
*/
getFilteredPaymentMethods() {
// Hide any billing cards that are not P2PDebitCard for now because you cannot make them your default method, or delete it
// Hide any billing cards that are not P2P debit cards for now because you cannot make them your default method, or delete them
const filteredCardList = _.filter(this.props.cardList, card => card.additionalData.isP2PDebitCard);

let combinedPaymentMethods = PaymentUtils.formatPaymentMethods(this.props.bankAccountList, filteredCardList, this.props.payPalMeUsername, this.props.userWallet);
Expand Down

0 comments on commit 28ed026

Please sign in to comment.