Skip to content

Commit

Permalink
Merge pull request Greenstand#613 from dadiorchen/issue612
Browse files Browse the repository at this point in the history
fix: count of capture in payment page
  • Loading branch information
dadiorchen authored Mar 31, 2022
2 parents 62cec6f + 8d8d0d2 commit ac71d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/PaymentsTable/PaymentsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ const paymentTableMetaData = [
sortable: true,
showInfoIcon: false,
},
{
description: 'Capture Count',
name: 'captures_count',
sortable: false,
showInfoIcon: false,
},
{
description: 'Effective Date',
name: 'calculated_at',
Expand Down

0 comments on commit ac71d10

Please sign in to comment.