이준호 전자조정시스템고도화 커밋

- 결제 수정
This commit is contained in:
LJH 2022-11-14 14:02:52 +09:00
parent 4de9062a86
commit 46753b615b
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -113,8 +113,8 @@
<input type="hidden" name="buyername" value="테스터">
<input type="hidden" name="buyertel" value="01012345678">
<input type="hidden" name="buyeremail" value="test@test.com">
<input type="hidden" name="returnUrl" value="${siteDomain}/web/kccadr/inipay/INIstdpayPcReturn.do">
<input type="hidden" name="closeUrl" value="${siteDomain}/web/kccadr/inipay/INIstdpayClose.do">
<input type="hidden" name="returnUrl" value="${siteDomain}/INIstdpayPcReturn.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="merchantData" id="merchantData" value="${merchantData}"/>
</form>