|
|
@@ -2582,8 +2582,9 @@ $(document).ready( function() {
|
|
|
|
|
|
// PG 카카오페이 결제준비 처리
|
|
|
var fnKakaoPaymentReady = function() {
|
|
|
- let nextRedirectUrl = $('#order_info input[name=nextRedirectPcUrl]').val();
|
|
|
- let option = 'width=420, height=520';
|
|
|
+ //let nextRedirectUrl = $('#order_info input[name=nextRedirectPcUrl]').val();
|
|
|
+ let nextRedirectUrl = $('#order_info input[name=nextRedirectMobileUrl]').val();
|
|
|
+ //let option = 'width=420, height=520';
|
|
|
|
|
|
window.open(nextRedirectUrl, 'kakaoPaymentPopup', option);
|
|
|
}
|
|
|
@@ -2601,10 +2602,10 @@ var fnKakaoPaymentRequest = function(pgToken) {
|
|
|
|
|
|
// PG 네이버페이 결제준비 처리
|
|
|
var fnNaverPaymentReady = function() {
|
|
|
- let naverPayUrl = 'https://' + [[${@environment.getProperty('naverPay.payUrl.web')}]];
|
|
|
+ let naverPayUrl = 'https://' + [[${@environment.getProperty('naverPay.payUrl.mob')}]];
|
|
|
let reserveId = $('#order_info input[name=reserveId]').val();
|
|
|
let url = naverPayUrl + '/payments/' + reserveId;
|
|
|
- let option = 'width=750, height=' + $(window).height();
|
|
|
+ //let option = 'width=750, height=' + $(window).height();
|
|
|
|
|
|
window.open(url, 'naverPaymentPopup', option);
|
|
|
}
|