dbmsv4 init...3
This commit is contained in:
parent
06a57217e2
commit
3021f39177
@ -39,7 +39,7 @@ abstract class WalletService extends CustomerService
|
|||||||
$formDatas = $this->withdrawal_process($clientEntity, $formDatas);
|
$formDatas = $this->withdrawal_process($clientEntity, $formDatas);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 정의되지 않은 상태정보입니다.");
|
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 상태정보{$formDatas['status']}가 정의되지 않았습니다.");
|
||||||
}
|
}
|
||||||
$entity = parent::create_process($formDatas);
|
$entity = parent::create_process($formDatas);
|
||||||
if (!$entity) {
|
if (!$entity) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user