diff --git a/app/Controller/Payment/AccountController.php b/app/Controller/Payment/AccountController.php index a8400db..daabf26 100644 --- a/app/Controller/Payment/AccountController.php +++ b/app/Controller/Payment/AccountController.php @@ -97,6 +97,7 @@ class AccountController extends AbstractController { $userInfo = $this->checkUser($request); $requestLog = $this->createRequestLog(['userId' => 'ACT_' . $userInfo['userId']]); + var_dump($requestLog->toArray()); $url = $this->userService->register($requestLog->getData(), $requestLog->app, $requestLog->request_token); return $this->success(['url' => $url]); }