From 84495bd88afa9e987af3f1f9f829ca73b3f62fb1 Mon Sep 17 00:00:00 2001 From: Bohdan Zavhorodskyi Date: Fri, 17 Jan 2025 14:48:38 +0200 Subject: [PATCH] fix: fix for the subscriptions file --- .../docs/ko/sdk/react-native/v5/features/subscriptions.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/ko/sdk/react-native/v5/features/subscriptions.mdx b/src/content/docs/ko/sdk/react-native/v5/features/subscriptions.mdx index a65c4cdcf..ed58e4f82 100644 --- a/src/content/docs/ko/sdk/react-native/v5/features/subscriptions.mdx +++ b/src/content/docs/ko/sdk/react-native/v5/features/subscriptions.mdx @@ -35,8 +35,8 @@ constructor(price: string, currency: string, transactionId: string: string) 다음 속성들을 포함하는 `AdjustAppStoreSubscription` 객체를 생성합니다. -\| 파라미터 \| 데이터 유형 \| 설명 \| \| \-\-\-\-\-\-\-\-\-\-\-\-\-\-\- \| \-\-\-\-\-\-\-\-\- \| \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- \| \-\-\- \| \| `price` \| `string` \| 구독 요금 \| \| `currency` \| `string` \| 구독 통화. [`priceLocale`](https://developer.apple.com/documentation/foundation/nslocale/1642836-currencycode?language=objc) 객체의 [`currencyCode`](https://developer.apple.com/documentation/storekit/skproduct/1506145-pricelocale?language=objc)로 형식화됨 \| -\|`transactionId` \| `string` \| \| 트랜잭션 ID \| \| +| 파라미터 | 데이터 유형 | 설명 | | --------------- | --------- | -------------------------------------------------- -------------------------------------------------- -------------------------------------------------- -------------------------------------------------- -------------------------------------------------- -------------------------------------- | --- | | `price` | `string` | 구독 요금 | | `currency` | `string` | 구독 통화. [`priceLocale`](https://developer.apple.com/documentation/foundation/nslocale/1642836-currencycode?language=objc) 객체의 [`currencyCode`](https://developer.apple.com/documentation/storekit/skproduct/1506145-pricelocale?language=objc)로 형식화됨 | +|`transactionId` | `string` | | 트랜잭션 ID | | ```jsx var subscription = new AdjustAppStoreSubscription(