-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: CirnoV (Sickle) <[email protected]>
- Loading branch information
Showing
4 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
src/routes/(root)/release-notes/(note)/api-sdk/2024-12-19.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
releasedAt: 2024-12-19 | ||
writtenAt: 2024-12-12 | ||
--- | ||
|
||
import Figure from "~/components/Figure"; | ||
import * as prose from "~/components/prose"; | ||
import { Console } from "~/components/release-note/badges"; | ||
|
||
import Image0 from "./_assets/2024-12-19/image0.png"; | ||
import Image1 from "./_assets/2024-12-19/image1.png"; | ||
import Image2 from "./_assets/2024-12-19/image2.png"; | ||
|
||
안녕하세요 원 페이먼트 인프라팀입니다. | ||
|
||
24년 12월 19일, 서비스 업데이트 사항 안내드립니다. | ||
|
||
이번 업데이트에서는 아래 3가지 개선으로 보다 좋은 사용성을 제공합니다. | ||
|
||
1. 통합 결제 내역 - 상점별 내역 조회 기능이 추가되었습니다. | ||
2. 통합 결제 내역 - 일괄 웹훅 재전송 기능이 추가되었습니다. | ||
3. 통합 결제 내역 - 필터 사용성을 개선하였습니다. | ||
|
||
<prose.h3> | ||
<Console /> | ||
</prose.h3> | ||
|
||
## 주요 업데이트 사항 | ||
|
||
### ✔️ 통합 결제 내역 - 상점별 내역 조회 | ||
|
||
- **상점별 내역 조회** | ||
- 전체 또는 하위 상점별로 나누어 통합 결제 내역을 확인할 수 있습니다. | ||
|
||
이를 통해, 기존에 전체 내역에서 수동으로 분류해서 확인해야 하는 번거로움을 대폭 줄이고 쉽게 상점별로 결제 내역을 조회할 수 있게 되었습니다. | ||
|
||
<Figure src={Image0} /> | ||
|
||
### ✔️ 통합 결제 내역 - 일괄 웹훅 재전송 | ||
|
||
- **웹훅 일괄 재전송** | ||
- 웹훅 수신에 실패한 결제 건들에 대해 일괄로 웹훅을 재전송할 수 있도록 기능이 추가되었습니다. | ||
- 조회된 기간 내에 웹훅 수신에 실패한 결제 건 수를 한 번에 파악할 수 있습니다. | ||
|
||
- **상점별 구분 발송** | ||
- 전체 또는 하위 상점별로 나누어 웹훅 일괄 재전송 기능을 사용할 수 있습니다. | ||
|
||
이를 통해, 기존에 웹훅 재전송을 개별 건마다 적용하던 불편함을 개선하고 웹훅 재전송을 일괄적으로 빠르게 적용할 수 있게 되었습니다. | ||
|
||
<Figure src={Image1} /> | ||
|
||
### ✔️ 통합 결제 내역 - 필터 사용성 개선 | ||
|
||
- **옵션 배열 방식 변경** | ||
- 선택 항목이 많은 경우, 기존 **horizontal 배열**에서 **vertical 배열**로 변경하여 가독성과 사용성을 개선하였습니다. | ||
|
||
- **“전체 선택” 기능 확장** | ||
- 기존 “전체 선택” 기능이 일괄 적용만 가능했던 점을 개선하여, 각 항목별로도 “전체 선택” 기능을 추가했습니다. 이를 통해 더 세부적으로 선택 및 해제가 가능하도록 했습니다. | ||
|
||
이를 통해, 기존에 비해 한눈에 옵션을 확인할 수 있어 선택 과정이 간소화되었고 필요한 옵션만 빠르고 정확하게 설정할 수 있도록 편의성을 향상시켰습니다. | ||
|
||
<Figure src={Image2} /> |
Binary file added
BIN
+310 KB
src/routes/(root)/release-notes/(note)/api-sdk/_assets/2024-12-19/image0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+474 KB
src/routes/(root)/release-notes/(note)/api-sdk/_assets/2024-12-19/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+269 KB
src/routes/(root)/release-notes/(note)/api-sdk/_assets/2024-12-19/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.