This commit is contained in:
hylee 2022-11-14 14:08:07 +09:00
commit 325bc7daff
3 changed files with 5 additions and 4 deletions

View File

@ -125,6 +125,7 @@ public class PayUtill {
netCancleTorF = true; netCancleTorF = true;
System.out.println("결재 완료");
} catch (Exception ex) { } catch (Exception ex) {

View File

@ -186,7 +186,7 @@ Globals.Innorix.FilePath=D:\\usr\\local\\tomcat\\file\\sht\\
#\uac1c\ubc1c\uc11c\ubc84 #\uac1c\ubc1c\uc11c\ubc84
Globals.pay.mid=INIpayTest Globals.pay.mid=INIpayTest
Globals.pay.signKey=SU5JTElURV9UUklQTEVERVNfS0VZU1RS Globals.pay.signKey=SU5JTElURV9UUklQTEVERVNfS0VZU1RS
Globals.pay.siteDomain=http://119.193.215.98:8087/web/kccadr/inipay Globals.pay.siteDomain=http://119.193.215.98:8081/web/kccadr/inipay
#\uc2e4\uc11c\ubc84 #\uc2e4\uc11c\ubc84
#inipay \uacb0\uc81c #inipay \uacb0\uc81c
#Globals.pay.mid=crosorkr01 #Globals.pay.mid=crosorkr01

View File

@ -113,8 +113,8 @@
<input type="hidden" name="buyername" value="테스터"> <input type="hidden" name="buyername" value="테스터">
<input type="hidden" name="buyertel" value="01012345678"> <input type="hidden" name="buyertel" value="01012345678">
<input type="hidden" name="buyeremail" value="test@test.com"> <input type="hidden" name="buyeremail" value="test@test.com">
<input type="hidden" name="returnUrl" value="http://119.193.215.98:8087/web/kccadr/inipay/INIstdpayPcReturn.do"> <input type="hidden" name="returnUrl" value="${siteDomain}/INIstdpayPcReturn.do">
<input type="hidden" name="closeUrl" value="http://119.193.215.98:8087/web/kccadr/inipay/INIstdpayClose.do"> <input type="hidden" name="closeUrl" value="${siteDomain}/INIstdpayClose.do">
<input type="hidden" name="acceptmethod" value="HPP(1):below1000:va_receipt:SKIN(#6666FF)"> <input type="hidden" name="acceptmethod" value="HPP(1):below1000:va_receipt:SKIN(#6666FF)">
<input type="hidden" name="merchantData" id="merchantData" value="${merchantData}"/> <input type="hidden" name="merchantData" id="merchantData" value="${merchantData}"/>
</form> </form>