feat: update branding and localization for various components and configurations
Production CI / validate-and-build (push) Failing after 1m15s
Production CI / validate-and-build (push) Failing after 1m15s
This commit is contained in:
@@ -60,12 +60,14 @@
|
||||
</div>
|
||||
</shared-light-bottomsheet>
|
||||
|
||||
<shared-invoice-payment-form-dialog
|
||||
[(visible)]="showCorrectionPaymentDialog"
|
||||
[totalAmount]="correctionRequiredPayment()"
|
||||
[submitOrderLoading]="false"
|
||||
[isGoldGuild]="false"
|
||||
[isUnknownCustomer]="true"
|
||||
(onSubmitPayment)="confirmCorrectionPayment($event)"
|
||||
(onClose)="cancelCorrectionPayment()" />
|
||||
@if (showCorrectionPaymentDialog()) {
|
||||
<shared-invoice-payment-form-dialog
|
||||
[(visible)]="showCorrectionPaymentDialog"
|
||||
[totalAmount]="correctionRequiredPayment()"
|
||||
[submitOrderLoading]="false"
|
||||
[isGoldGuild]="false"
|
||||
[isUnknownCustomer]="true"
|
||||
(onSubmitPayment)="confirmCorrectionPayment($event)"
|
||||
(onClose)="cancelCorrectionPayment()" />
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user