@colijnit/transaction 262.1.42 → 262.1.43
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.
|
@@ -355,8 +355,8 @@ import { DateField } from '@colijnit/ioneconnector/build/factory/decorators/date
|
|
|
355
355
|
class Version {
|
|
356
356
|
name = "@colijnit/transaction";
|
|
357
357
|
description = "Colijn IT transaction package";
|
|
358
|
-
symVer = "262.1.
|
|
359
|
-
publishDate = "
|
|
358
|
+
symVer = "262.1.43";
|
|
359
|
+
publishDate = "7-9-2026, 17:11:44";
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
class CheckoutModuleService extends BaseModuleService {
|
|
@@ -30978,7 +30978,7 @@ class RelationAddressComponent extends RelationBaseComponent {
|
|
|
30978
30978
|
class="default-width"
|
|
30979
30979
|
[model]="address?.houseNo"
|
|
30980
30980
|
[placeholder]="'HOUSE_NO' | localize"
|
|
30981
|
-
[
|
|
30981
|
+
[type]="'number'"
|
|
30982
30982
|
[screenConfigurationObject]="cfgNames.RelationHouseNr"
|
|
30983
30983
|
(blur)="checkForPostalCodeCheckError()"
|
|
30984
30984
|
(modelChange)="changeHouseNo($event)">
|
|
@@ -31055,7 +31055,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
31055
31055
|
class="default-width"
|
|
31056
31056
|
[model]="address?.houseNo"
|
|
31057
31057
|
[placeholder]="'HOUSE_NO' | localize"
|
|
31058
|
-
[
|
|
31058
|
+
[type]="'number'"
|
|
31059
31059
|
[screenConfigurationObject]="cfgNames.RelationHouseNr"
|
|
31060
31060
|
(blur)="checkForPostalCodeCheckError()"
|
|
31061
31061
|
(modelChange)="changeHouseNo($event)">
|
|
@@ -32349,8 +32349,7 @@ class CheckoutOverviewRelationEditComponent {
|
|
|
32349
32349
|
if (suggestedRelation && suggestedRelation.addresses && suggestedRelation.addresses.length > 0) {
|
|
32350
32350
|
suggestedRelation.addresses.sort((a, b) => a.sequence < b.sequence ? -1 : 1);
|
|
32351
32351
|
}
|
|
32352
|
-
this.
|
|
32353
|
-
this.relationChange.emit(this.relation);
|
|
32352
|
+
this.updateRelation(suggestedRelation);
|
|
32354
32353
|
}
|
|
32355
32354
|
}
|
|
32356
32355
|
}
|
|
@@ -35191,7 +35190,7 @@ class TransactionPaymentService {
|
|
|
35191
35190
|
else {
|
|
35192
35191
|
const pinStatus = await this._paymentConnectorService.getPspTransactionStatus(pspTransactionUuid);
|
|
35193
35192
|
if (pinStatus && pinStatus.status) {
|
|
35194
|
-
if (pinStatus.status.code === IonePaymentStatusCode.PENDING || pinStatus.status.code === IonePaymentStatusCode.INIT && pinStatus.paymentUrl
|
|
35193
|
+
if (pinStatus.status.code === IonePaymentStatusCode.PENDING || pinStatus.status.code === IonePaymentStatusCode.INIT && pinStatus.paymentUrl) {
|
|
35195
35194
|
this.paymentUrl = pinStatus.paymentUrl;
|
|
35196
35195
|
this.showPspActions = true;
|
|
35197
35196
|
}
|