We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4662411 commit 5bd3487Copy full SHA for 5bd3487
src/app/payment-hub/request-to-pay/bulk-batch-export/bulk-batch-export.component.html
@@ -49,11 +49,11 @@
49
<!-- Name Column -->
50
<ng-container matColumnDef="Request Id">
51
<th mat-header-cell *matHeaderCellDef>Request Id</th>
52
- <td mat-cell *matCellDef="let element">{{ element.id }}</td>
+ <td mat-cell *matCellDef="let element">{{ element.transactionId }}</td>
53
</ng-container>
54
<ng-container matColumnDef="Transaction Id">
55
<th mat-header-cell *matHeaderCellDef>Transaction Id</th>
56
- <td mat-cell *matCellDef="let element">{{ element.completed }}</td>
57
58
<ng-container matColumnDef="Completion Time">
59
<th mat-header-cell *matHeaderCellDef>Completion Time</th>
0 commit comments