Skip to content

Commit

Permalink
상태값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sso-ashley committed May 3, 2024
1 parent 6e73da2 commit 5a1f3af
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/content/docs/ko/console/guide/billing-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,13 @@ import Image4 from "../_assets/schedule.png";

- **전체** : 모든 빌링 결제 상태의 거래를 조회합니다.

Check failure on line 123 in src/content/docs/ko/console/guide/billing-payments.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Extraneous new line after list item

- **예약** : 예약 (status : Scheduled / Rescheduled) 상태이거나 예약 일정 변경
(status : ScheduleChanged) 거래 건만 표시됩니다.
- **예약** : 예약 (status : `Scheduled`) 상태인 거래 건만 표시됩니다.

Check failure on line 125 in src/content/docs/ko/console/guide/billing-payments.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Extraneous new line after list item

- **성공** : 결제 대기 (status : Pending) 및 결제 성공 (status : Succeeded / RetrySucceeded) 상태인 거래 건만 표시됩니다.
- **성공** : 결제 대기 (status : `Pending`) 및 결제 성공 (status : `Succeeded`) 상태인 거래 건만 표시됩니다.

Check failure on line 127 in src/content/docs/ko/console/guide/billing-payments.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Extraneous new line after list item

- **실패** : 실패 (status : Failed / RetryFailed) 상태인 거래 건만 표시됩니다.
- **실패** : 실패 (status : `Failed`) 상태인 거래 건만 표시됩니다.

Check failure on line 129 in src/content/docs/ko/console/guide/billing-payments.mdx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

Extraneous new line after list item

- **해지** : 해지 (status : Revoked) 상태인 거래 건만 표시됩니다.
- **해지** : 해지 (status : `Revoked`) 상태인 거래 건만 표시됩니다.

#### 예약

Expand Down

0 comments on commit 5a1f3af

Please sign in to comment.