@chevre/domain 22.12.0-alpha.1 → 22.12.0-alpha.2
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.
|
@@ -636,10 +636,7 @@ function findAuthorizeAction(params) {
|
|
|
636
636
|
if (((_b = authorizeAction.purpose) === null || _b === void 0 ? void 0 : _b.id) !== params.purpose.id) {
|
|
637
637
|
throw new factory.errors.NotFound('Action');
|
|
638
638
|
}
|
|
639
|
-
|
|
640
|
-
action = Object.assign({ id: authorizeAction.id, actionStatus: authorizeAction.actionStatus,
|
|
641
|
-
// add object.paymentMethodId(2025-08-26~)
|
|
642
|
-
object: { paymentMethodId: authorizeActionWithObject.object.paymentMethodId } }, (authorizeAction.error !== undefined)
|
|
639
|
+
action = Object.assign({ id: authorizeAction.id, actionStatus: authorizeAction.actionStatus }, (authorizeAction.error !== undefined)
|
|
643
640
|
? {
|
|
644
641
|
error: (Array.isArray(authorizeAction.error))
|
|
645
642
|
? authorizeAction.error[0]
|
package/package.json
CHANGED