@yolo-croket-dev/amqp-access 0.4.4 → 0.4.5

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.
@@ -40,7 +40,7 @@ let AmqpIssuedCouponService = class AmqpIssuedCouponService {
40
40
  return this.amqpManager.call('장바구니 추가 상품 추천을 위한 상품 아이디 조회', 'issued-coupon.get.item-ids-for-seduce-add-cart', payload, param, { isErrorThrowing: true });
41
41
  }
42
42
  async issueCoupon(payload, param) {
43
- return this.amqpManager.call('쿠폰 발급', 'coupon.issue', payload, param, { isErrorThrowing: true });
43
+ return this.amqpManager.call('쿠폰 발급', 'issued-coupon.issue', payload, param, { isErrorThrowing: true });
44
44
  }
45
45
  };
46
46
  exports.AmqpIssuedCouponService = AmqpIssuedCouponService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",