diff --git a/app/Services/Customer/Wallet/WalletService.php b/app/Services/Customer/Wallet/WalletService.php index b7f5f84..bc1f66f 100644 --- a/app/Services/Customer/Wallet/WalletService.php +++ b/app/Services/Customer/Wallet/WalletService.php @@ -39,7 +39,7 @@ abstract class WalletService extends CustomerService $formDatas = $this->withdrawal_process($clientEntity, $formDatas); break; default: - throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 정의되지 않은 상태정보입니다."); + throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 상태정보{$formDatas['status']}가 정의되지 않았습니다."); } $entity = parent::create_process($formDatas); if (!$entity) {