Actions
New Function #141
closed[API/Scheduler] PG payment
Description
1.API
- p1 ~ 2 (attach ppt)
2.[ADMIN] SchedulerTasks > changeSmartOrderStatus()
- orderPaymentService.cancelOrderPayment
- set st_order_payment.cancel_user_seq by NULL (currently, it's set by 1)
Files
Updated by bryant bryant over 1 year ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park over 1 year ago
[API] POST /api/pay_confirm
1.add logic (after PG API call)
1) UPDATE DB(st_order)
a) payment_method
- set value by PG API response > method
- if method = "카드", set "PV01"
"가상계좌", set "PV02"
"간편결제", set "PV03"
"휴대폰", set "PV04"
"계좌이체", set "PV05"
2) UPDATE DB(st_order_payment)
a) payment_method
- same with 1)-a)
Actions