Skip to content

Commit

Permalink
Purchases: Remove unnecessary credit card id in the list of fields in…
Browse files Browse the repository at this point in the history
… the Edit Card Details page

The identifier is not used anywhere in this component.
  • Loading branch information
stephanethomas committed Nov 24, 2015
1 parent de3158b commit ec7ca47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/me/purchases/payment/edit-card-details/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const EditCardDetails = React.createClass( {
},

fieldNames: [
'id',
'name',
'number',
'cvv',
Expand Down

0 comments on commit ec7ca47

Please sign in to comment.