--- src/main/webapp/WEB-INF/jsp/web/cop/nicepay/payRequestMber.jsp
+++ src/main/webapp/WEB-INF/jsp/web/cop/nicepay/payRequestMber.jsp
... | ... | @@ -39,7 +39,8 @@ |
| 39 | 39 |
<html> |
| 40 | 40 |
<head> |
| 41 | 41 |
<title>NICEPAY PAY REQUEST</title> |
| 42 |
-<meta charset="euc-kr"> |
|
| 42 |
+<!-- <meta charset="euc-kr"> --> |
|
| 43 |
+<meta charset="UTF-8"> |
|
| 43 | 44 |
<style> |
| 44 | 45 |
html,body {height: 100%;}
|
| 45 | 46 |
form {overflow: hidden;}
|
... | ... | @@ -58,8 +59,12 @@ |
| 58 | 59 |
function nicepayStart(){
|
| 59 | 60 |
if(checkPlatform(window.navigator.userAgent) == "mobile"){//모바일 결제창 진입
|
| 60 | 61 |
document.payForm.action = "https://web.nicepay.co.kr/v3/v3Payment.jsp"; |
| 62 |
+ document.payForm.acceptCharset = "EUC-KR"; |
|
| 63 |
+ document.payForm.CharSet.value = "euc-kr"; |
|
| 61 | 64 |
document.payForm.submit(); |
| 62 | 65 |
}else{//PC 결제창 진입
|
| 66 |
+ document.payForm.acceptCharset = "UTF-8"; |
|
| 67 |
+ document.payForm.CharSet.value = "utf-8"; |
|
| 63 | 68 |
goPay(document.payForm); |
| 64 | 69 |
} |
| 65 | 70 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?