diff --git a/src/components/PaymentsTable/PaymentsTable.js b/src/components/PaymentsTable/PaymentsTable.js index b1ba718e6..23ea0b7b6 100644 --- a/src/components/PaymentsTable/PaymentsTable.js +++ b/src/components/PaymentsTable/PaymentsTable.js @@ -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',