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 | 1x | <!-- container for paypal messages -->
<div [id]="paypalMessagesContainerId" class="pt-2"></div>
<div *ngIf="(scriptLoaded$ | async) === false" class="alert alert-info">
{{ 'checkout.payment.paypal.script.error.message' | translate }}
</div>
|