laepIndustryService = app(LaepIndustryService::class); } #[Test] public function ewalletBalanceQuery() { $response = $this->laepIndustryService->ewalletBalanceQuery([ 'merchantNo' => '822451048160BXH', 'payType' => '03', ]); dump($response); } }