seats page
This commit is contained in:
parent
fdb1ee12b5
commit
7f809f509b
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue