기타 추적되지 않는 파일들..

This commit is contained in:
2025-07-02 14:16:37 +09:00
parent 2d7bbdca89
commit b6080d2e47
74 changed files with 14184 additions and 2028 deletions

View File

@ -87,4 +87,31 @@ if ($config['cf_sms_use']) {
$SMS->Init(); // 보관하고 있던 결과값을 지웁니다.
}
}
}
}
/* 리빌더 20241016 추가 { */
if($od['mb_id']) {
if ($od_sms_ipgum_check) {
$od_al = "입금확인 안내
입금금액 : ".number_format($od_receipt_price)."
주문번호 : ".$od_id;
//입금발송
memo_auto_send($od_al, '', $od['mb_id'], "system-msg");
}
if ($od_sms_baesong_check) {
$od_al = "주문 상품 배송처리 안내
배송사 : ".$od_delivery_company."
운송장번호 : ".$od_invoice."
주문번호 : ".$od_id;
//배송발송
memo_auto_send($od_al, '', $od['mb_id'], "system-msg");
}
}
/* } */