@yolo-croket-dev/amqp-access 0.7.12-sj3 → 0.7.12-sj5
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.
package/package.json
CHANGED
|
@@ -73,10 +73,10 @@ let AmqpStoreService = class AmqpStoreService {
|
|
|
73
73
|
return this.amqpManager.call('셀러 아이디로 마지막 목표금액 도달 정산 일자 변경', 'store.patch.last-proceeds-goal-settle-date-bulk', payload, param, { isErrorThrowing: true });
|
|
74
74
|
}
|
|
75
75
|
async updateCommissionInfo(payload, param) {
|
|
76
|
-
return this.amqpManager.call('스토어 수수료 정보 업데이트', 'store.
|
|
76
|
+
return this.amqpManager.call('스토어 수수료 정보 업데이트', 'store.update.commission-info', payload, param, { isErrorThrowing: true });
|
|
77
77
|
}
|
|
78
78
|
async upsertCommissionPeriodInfo(payload, param) {
|
|
79
|
-
return this.amqpManager.call('스토어 수수료 기간 정보 등록/수정', 'store.
|
|
79
|
+
return this.amqpManager.call('스토어 수수료 기간 정보 등록/수정', 'store.upsert.commission-period-info', payload, param, { isErrorThrowing: true });
|
|
80
80
|
}
|
|
81
81
|
};
|
|
82
82
|
exports.AmqpStoreService = AmqpStoreService;
|