Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 | 4x | <div *ngIf="costCenter" class="mb-2" data-testing-id="additional-info-cost-center">
{{ 'checkout.widget.buyer.costcenter' | translate }}
{{ costCenter.costCenterId }} {{ costCenter.name }}
</div>
|