- [ORDER] order 장에서 보이는 sludge 는 order 데이터에서 가져오도록 수정
This commit is contained in:
Hyojin Ahn 2026-04-08 14:07:36 -04:00
parent 6a0fa345f3
commit 745a124c69
2 changed files with 2 additions and 2 deletions

View File

@ -1478,7 +1478,7 @@ class API extends CONF {
"d_paystatus" => $rstInput['d_paystatus'],
"d_payeename" => $rstInput['d_payeename'],
"d_payeesign" => $rstInput['d_payeesign'],
"d_sludge" => $rstInput['c_sludge'],
"d_sludge" => $rstInput['d_sludge'],
"d_paymenttype" => $rstInput['c_paymenttype'],
"d_name" => $rstInput['c_name'],
"d_rate" => $rstInput['d_rate'],

View File

@ -1,7 +1,7 @@
<?php
$destination = isset($_GET['destination']) ? $_GET['destination'] : '';
$mode = isset($_GET['mode']) ? $_GET['mode'] : '';
$appVersion = 'v1.1.8';
$appVersion = 'v1.1.9';
?>
<?