gnuboard / gnuboard5

그누보드5 (영카트 포함) 공개형 Git
Other
308 stars 248 forks source link

나이스 페이 결제시 완료 후 마지막에서 500에러 #323

Closed bear2u closed 4 months ago

bear2u commented 4 months ago

모바일에서 최종 결제 완료가 진행되고 마지막 결과 페이지에서 500에러가 나오는것 같습니다.

오류 위치는 http://localhost:8000/mobile/shop/nicepay/return_url_result.php

오류 내용은

**Fatal error**: Uncaught Error: Call to undefined function shop_order_data_fields() in 
/www/xxxxx/public_html/mobile/shop/nicepay/return_url_result.php:74 Stack trace: #0 {main} thrown 
in **/www/xxxx/public_html/mobile/shop/nicepay/return_url_result.php** on line **74**

shop_order_data_fields 함수 호출이 안되는 것 같은데 어디를 봐야 할까요?