-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
관리자콘솔 관련 내용 수정 #433
관리자콘솔 관련 내용 수정 #433
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c15d7ca
to
14d95e6
Compare
- **가상계좌** : 결제 요청 시 결제 수단을 가상계좌 (`pay_method : vbank`)로 | ||
지정하여 호출한 뒤 가상계좌로 진행된 거래 건만 표시됩니다. | ||
|
||
- **휴대폰 소액결제** : 결제 요청 시 결제 수단을 휴대폰 소액결제 (`pay_method : phome`)로 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
phone 오타
- **컬쳐랜드** : 결제 요청 시 결제 수단을 컬쳐랜드 문화상품권 | ||
(`payMethod : giftCertificate`, `giftCertificate.giftCertificateType :CULTURELAND`)로 지정하여 호출한 뒤 | ||
컬쳐랜드 문화상품권으로 진행된 거래 건만 표시됩니다. | ||
|
||
- **스마트문상** : 결제 요청 시 결제 수단을 스마트문상 | ||
(`payMethod : giftCertificate`, `giftCertificate.giftCertificateType : SMART_MUNSANG`)로 지정하여 호출한 뒤 | ||
스마트문상 ((구)게임문화상품권)으로 진행된 거래 건만 표시됩니다. | ||
|
||
- **북앤라이프** : 결제 요청 시 결제 수단을 북앤라이프 | ||
(`payMethod : giftCertificate`, `giftCertificate.giftCertificateType : BOOKNLIFE`)로 지정하여 호출한 뒤 | ||
도서문화상품권으로 진행된 거래 건만 표시됩니다. | ||
|
||
- **해피머니** : 결제 요청 시 결제 수단을 해피머니 | ||
(`payMethod : giftCertificate`, `giftCertificate.giftCertificateType : HAPPYMONEY`)로 지정하여 호출한 뒤 | ||
해피머니로 진행된 거래 건만 표시됩니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
payMethod 전부 GIFT_CERTIFICATE로 변경하는게 맞을 듯 합니다
31305d9
to
afa5df9
Compare
- **전체** : 모든 빌링 결제 상태의 거래를 조회합니다. | ||
|
||
- **예약** : 예약 (status : Scheduled / Rescheduled) 상태이거나 예약 일정 변경 | ||
(status : ScheduleChanged) 거래 건만 표시됩니다. | ||
|
||
- **성공** : 결제 대기 (status : Pending) 및 결제 성공 (status : Succeeded / RetrySucceeded) 상태인 거래 건만 표시됩니다. | ||
|
||
- **실패** : 실패 (status : Failed / RetryFailed) 상태인 거래 건만 표시됩니다. | ||
|
||
- **해지** : 해지 (status : Revoked) 상태인 거래 건만 표시됩니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rescheduled, RetrySucceeded, RetryFailed 상세 상태(마지막 이벤트)라서 보여줄 필요가 없을 것 같은데 어떠신가요?
<VersionGate> | ||
<Fragment slot="v1"> | ||
- 결제예약 API(Schedule API)를 이용한 결제 예약 건 중 정상적으로 예약 결제가 진행되어 결제 성공 상태인 거래 건입니다. | ||
- 비 인증 결제(빌링키) API(Again API)를 이용한 결제 건 중 정상적으로 결제가 진행되어 결제 성공 상태인 겨래 건입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
겨레 -> 거래
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
겨레로 쓴 오타가 몇 개 더 있습니다. 코멘트는 넘기겠습니다~!
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
Co-authored-by: Cosmo Shin (신의하) <[email protected]>
ca0d33e
to
199db76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
내용 검수는 일단 스킵할게요
빌링결제 오픈과 동시에 머지되어야 함