From bd3612a9d31de38da9cfa0c722d8005f11a4bba8 Mon Sep 17 00:00:00 2001 From: Sohyun Ashley Kim <88811038+sso-ashley@users.noreply.github.com> Date: Tue, 28 May 2024 11:56:38 +0900 Subject: [PATCH] Update smartrouting.mdx --- src/content/docs/ko/smartrouting/smartrouting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ko/smartrouting/smartrouting.mdx b/src/content/docs/ko/smartrouting/smartrouting.mdx index b953c768b..5ffafc360 100644 --- a/src/content/docs/ko/smartrouting/smartrouting.mdx +++ b/src/content/docs/ko/smartrouting/smartrouting.mdx @@ -269,7 +269,7 @@ API를 이용하는 경우 결제 호출 시 생성한 스마트 라우팅 그 virtaulAccount: { bank: "KOOKMIN", //은행별 enum 확인 후 발급할 은행 값을 입력해야 합니다. expiry: { - dueDate: "2023-12-21T00:00:00+09:00", //ISO8601 형식으로 입력해야 합니다. + dueDate: "2023-12-21T00:00:00+09:00", // RFC 3339 형식으로 입력해야 합니다. }, option: { type: "NORMAL", //일반 가상계좌 (회전식)인 경우 `NORMAL`로 입력해야 합니다.