@colijnit/transaction 261.20.45 → 261.20.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -354,8 +354,8 @@ import { DateField } from '@colijnit/ioneconnector/build/factory/decorators/date
354
354
  class Version {
355
355
  name = "@colijnit/transaction";
356
356
  description = "Colijn IT transaction package";
357
- symVer = "261.20.45";
358
- publishDate = "03/06/2026, 08:47:45";
357
+ symVer = "261.20.46";
358
+ publishDate = "07/06/2026, 14:26:08";
359
359
  }
360
360
 
361
361
  class CheckoutModuleService extends BaseModuleService {
@@ -29144,7 +29144,7 @@ class DialogTransactionHeaderDiscountComponent extends DialogTransactionHeaderBa
29144
29144
  </div>
29145
29145
  </ng-template>
29146
29146
 
29147
- @if (showDiscountCodesPopup) {
29147
+ @if (showDiscountCodesPopup && showDiscountCode) {
29148
29148
  <co-discount-codes-popup
29149
29149
  [discountType]="activeDiscountType"
29150
29150
  (discountSet)="onDiscountSet($event)"
@@ -29269,7 +29269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
29269
29269
  </div>
29270
29270
  </ng-template>
29271
29271
 
29272
- @if (showDiscountCodesPopup) {
29272
+ @if (showDiscountCodesPopup && showDiscountCode) {
29273
29273
  <co-discount-codes-popup
29274
29274
  [discountType]="activeDiscountType"
29275
29275
  (discountSet)="onDiscountSet($event)"