@yolo-croket-dev/amqp-access 0.1.11 → 0.1.12
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.
|
@@ -82,7 +82,7 @@ let AmqpPurchasedInfoService = class AmqpPurchasedInfoService {
|
|
|
82
82
|
return this.amqpManager.call('상품별 결제 수 조회', 'purchased-info.get.p-nums-group-item-id', payload, param, { isErrorThrowing: true });
|
|
83
83
|
}
|
|
84
84
|
async getPInfoIdsForPredictSettle(payload, param) {
|
|
85
|
-
return this.amqpManager.call('정산 예측을 위한 p-info ids 조회', 'purchased-info.get.p-
|
|
85
|
+
return this.amqpManager.call('정산 예측을 위한 p-info ids 조회', 'purchased-info.get.p-info-ids-for-predict-settle', payload, param, { isErrorThrowing: true });
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
88
|
exports.AmqpPurchasedInfoService = AmqpPurchasedInfoService;
|