Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1507,7 +1507,7 @@ public class InBoxFacade { | @@ -1507,7 +1507,7 @@ public class InBoxFacade { | ||
1507 | if(autoReSell){ | 1507 | if(autoReSell){ |
1508 | ibt = InboxBusinessTypeEnum.NOTICE_SELLER_AUTO_RESELL_WHEN_BUYER_CANCEL_NO_RESPONSIBILITY; | 1508 | ibt = InboxBusinessTypeEnum.NOTICE_SELLER_AUTO_RESELL_WHEN_BUYER_CANCEL_NO_RESPONSIBILITY; |
1509 | } | 1509 | } |
1510 | - String params = buildParams(prdName, sizeName,productCode, orderCode); | 1510 | + String params = buildParams(prdName, sizeName,productCode); |
1511 | InboxReqVO req = buildInboxReqVO(sellerUid, params, ibt); | 1511 | InboxReqVO req = buildInboxReqVO(sellerUid, params, ibt); |
1512 | 1512 | ||
1513 | InBoxResponse resp = inBoxSDK.addInbox(req); | 1513 | InBoxResponse resp = inBoxSDK.addInbox(req); |
-
Please register or login to post a comment