@chevre/domain 21.4.0-alpha.23 → 21.4.0-alpha.24
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.
|
@@ -116,8 +116,10 @@ function reserveIfNotYet(params, options) {
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
else {
|
|
119
|
+
// 旧予約取引に対して本処理が走る可能性がなくはないが、
|
|
120
|
+
// それらについては実質Confirmedの予約はすでに存在するはずなので、何もしない
|
|
119
121
|
// 完全廃止(2023-07-19~)
|
|
120
|
-
throw new factory.errors.NotImplemented('disablePendingReservations must be true');
|
|
122
|
+
// throw new factory.errors.NotImplemented('disablePendingReservations must be true');
|
|
121
123
|
}
|
|
122
124
|
}
|
|
123
125
|
else {
|
package/package.json
CHANGED