dbmsv4 init...3
This commit is contained in:
parent
2230998b0f
commit
997dfd9973
@ -67,7 +67,7 @@ class ServiceController extends CustomerController
|
|||||||
if (!$billing_at) {
|
if (!$billing_at) {
|
||||||
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 결제일이 정의되지 않았습니다.");
|
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 결제일이 정의되지 않았습니다.");
|
||||||
}
|
}
|
||||||
$entity = $this->service->modify($uid, ['billing_at' => $billing_at]);
|
$entity = $this->service->updateBillingAt($uid, $billing_at);
|
||||||
$this->addViewDatas('entity', $entity);
|
$this->addViewDatas('entity', $entity);
|
||||||
return $this->action_redirect_process('info', static::class . '->' . __FUNCTION__ . "에서 {$this->getTitle()} 결제일 변경이 완료되었습니다.");
|
return $this->action_redirect_process('info', static::class . '->' . __FUNCTION__ . "에서 {$this->getTitle()} 결제일 변경이 완료되었습니다.");
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user