From 7f809f509b0c745cdf9496f696da0fdfc21febfb Mon Sep 17 00:00:00 2001 From: merdan Date: Thu, 9 Apr 2020 14:53:35 +0500 Subject: [PATCH] seats page --- app/Payment/CardPayment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Payment/CardPayment.php b/app/Payment/CardPayment.php index db4a6d3e..8cf39315 100644 --- a/app/Payment/CardPayment.php +++ b/app/Payment/CardPayment.php @@ -59,6 +59,7 @@ class CardPayment{ $request = $this->client->post('getOrderStatus.do',$params); $response->setResponseData($request->getBody()); + Log::info($request->getBody()); } catch (\Exception $ex){ Log::error($ex);