All files / src/app/pages/account-payment/account-payment-concardis-directdebit account-payment-concardis-directdebit.component.html

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 212x                                        
<ish-modal-dialog-link
  *ngIf="paymentInstrument.paymentMethod === 'Concardis_DirectDebit'"
  (click)="showSepaMandateText()"
  linkText="account.payment.view_sepa_mandate.link"
  [options]="{ titleText: 'account.payment.view_sepa_mandate_text.link' | translate }"
>
  <div class="col-md-12">
    <dl class="row dl-horizontal dl-separator">
      <dt class="col-md-4">{{ 'account.payment.sepa_mandate_Reference' | translate }}</dt>
      <dd class="col-md-8">{{ mandateReference }}</dd>
    </dl>
    <dl data-testing-id="mandate-text">
      <dd>{{ mandateText }}</dd>
    </dl>
    <dl class="row dl-horizontal dl-separator">
      <dt class="col-md-4">{{ 'account.payment.sepa_accepted_on' | translate }}</dt>
      <dd class="col-md-8">{{ mandateCreatedDateTime | ishDate }}</dd>
    </dl>
  </div>
</ish-modal-dialog-link>