@yolo-croket-dev/amqp-access 0.0.93-jun.19 → 0.0.93-jun.20

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.
@@ -22,7 +22,7 @@ let AmqpIssuedCouponService = class AmqpIssuedCouponService {
22
22
  this.amqpManager = new functions_1.AmqpManagement(this.client);
23
23
  }
24
24
  async checkCanUseCouponForPayment(payload, param) {
25
- return this.amqpManager.call('결제시 해당 쿠폰 사용가능한지 체크', 'coupon-template.get.datas-for-item-max-discount-coupon', payload, param, { isErrorThrowing: true });
25
+ return this.amqpManager.call('결제시 해당 쿠폰 사용가능한지 체크', 'issued-coupon.check.can-use-for-payment', payload, param, { isErrorThrowing: true });
26
26
  }
27
27
  async getSelectedIssuedCouponsByIds(payload, param) {
28
28
  return this.amqpManager.call('발급된 쿠폰 중 선택한 데이터만 가져오기', 'issued-coupon.get.selected-issued-coupons-by-ids', payload, param, { isErrorThrowing: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.93-jun.19",
3
+ "version": "0.0.93-jun.20",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",