@yolo-croket-dev/amqp-access 0.4.44 → 0.4.45

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.44",
3
+ "version": "0.4.45",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -34,7 +34,7 @@ let AmqpCartService = class AmqpCartService {
34
34
  return this.amqpManager.call('장바구니 추가 상품 추천을 위한 장바구니 데이터 검색', 'cart.get.my-item-ids-for-seduce-add-cart', {}, param, { isErrorThrowing: true });
35
35
  }
36
36
  async getSatisfiedCartReceiptCoupon(payload, param) {
37
- return this.amqpManager.call('장바구니 쿠폰 조회', 'cart.get.satisfied-cart-receipt-coupon', undefined, param, { isErrorThrowing: true });
37
+ return this.amqpManager.call('장바구니 쿠폰 조회', 'cart.get.satisfied-cart-receipt-coupon', payload, param, { isErrorThrowing: true });
38
38
  }
39
39
  async getCartsStoreItemUsers(payload, param) {
40
40
  return this.amqpManager.call('장바구니에 특정 상품을 담은 유저목록 조회', 'cart.get.store-item-users', payload, param, { isErrorThrowing: true });