토스결제 비회원결제가 안되는 오류 및 모바일 개인결제 취소과정 코드 수정

This commit is contained in:
thisgun
2026-02-02 07:18:28 +00:00
parent 7c490448ec
commit 607e15424d
3 changed files with 4 additions and 4 deletions

View File

@ -183,7 +183,7 @@ if((int)$pp['pp_price'] !== (int)$pg_price) {
include G5_SHOP_PATH.'/lg/xpay_cancel.php';
break;
case 'toss':
include G5_SHOP_PATH.'/toss/toss_result.php';
include G5_SHOP_PATH.'/toss/toss_cancel.php';
break;
case 'inicis':
include G5_SHOP_PATH.'/inicis/inipay_cancel.php';
@ -271,7 +271,7 @@ if($pp_receipt_price > 0 && $pp['pp_id'] && $pp['od_id']) {
include G5_SHOP_PATH.'/lg/xpay_cancel.php';
break;
case 'toss':
include G5_SHOP_PATH.'/toss/toss_result.php';
include G5_SHOP_PATH.'/toss/toss_cancel.php';
break;
case 'inicis':
include G5_SHOP_PATH.'/inicis/inipay_cancel.php';