Project

General

Profile

Actions

Bug #222

closed

[AGENT] 취소 후 에이전트에서 주문 상태 변경됨

Added by Jisoo Choi 10 months ago. Updated 10 months ago.

Status:
Closed
Priority:
High
Assignee:
Start date:
12/04/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

 

주문 후 관리자 페이지에서 매장 취소했는데, 코레일유통 쪽에서 에이전트로 상태를 변경했더니 상태가 변경되었습니다.

 

주문 확인 중 -> [에이전트] 주문 확정 -> [관리자 페이지] 매장 취소(환불) -> [에이전트] 수령 대기중

 

이미 결제 취소된 주문이기 때문에 주문 상태 변경도 되지 않는 상태입니다.

*PG 결제취소중 에러가 발생했습니다.(ALREADY_CANCELED_PAYMENT 이미 취소된 결제 입니다.)

 

운영 서버 / 주문번호 231204170142CGFR 입니다.

 

 

231127172442GFNE

231204170142CGFR

의 주문 상태를 매장취소(환불) 변경하는 것도 처리 부탁드립니다.

 


Files

주문취소후_상태변경.png (51.6 KB) 주문취소후_상태변경.png Jisoo Choi, 12/04/2023 05:38 PM
Actions #1

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to bryant bryant

[API] PUT /api/agent/store_order_status - refer to [API] POST /api/pos/order_product_receive

1.logic
  1) if current order is already canceled (st_order.smart_order_status = SS05|SS06|SS10|SS11)
    - return 400 error, error msg.

    - error msg : "order.error.noChangeOrderStatus", "현재 주문 상태는 {currentSmartOrderStatusName}입니다. 변경 불가합니다.")

Actions #2

Updated by bryant bryant 10 months ago

  • Status changed from New to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions #3

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to Jisoo Choi
Actions #4

Updated by Jisoo Choi 10 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF