We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7660f commit 02b26ebCopy full SHA for 02b26eb
src/routes/(root)/opi/ko/integration/pg/v1/spb/readme.mdx
@@ -81,6 +81,12 @@ import Hint from "~/components/Hint";
81
</script>
82
```
83
84
+<Hint style="warning">
85
+ 페이지 내에 `id="paypal"`인 HTML 요소를 사용하지 마세요.
86
+
87
+ 페이팔 SDK가 내부적으로 동일한 id를 사용하기 때문에 충돌이 발생하여 결제 오류가 발생할 수 있습니다.
88
+</Hint>
89
90
<Hint style="info">
91
### 페이팔 일반결제 버튼이 보이지 않을 때
92
0 commit comments