flutter web에서 결제위젯 연동 문의

요 Flutter web.
https://docs.tosspayments.com/guides/v2/payment-widget/integration

flutter_inappwebview package,
.
successUrl, ?

Uncaught (in promise) SecurityError: Failed to set a named property 'href' on 'Location': The current window does not have permission to navigate the target frame to 'http://localhost:8000/assets/pay/success.html?paymentType=NORMAL&orderId=...&paymentKey=...&amount=...'.


project에 pay.html , inappwebview서 pay.html(ex, http://localhost:8000/assets/pay/pay.html)
에 success.html , successUrl(ex, successUrl: window.location.origin + "/assets/pay/success.html")

localhost
. 는 UI.
연동하기 | 토스페이먼츠 개발자센터
Was this page helpful?