migration for reserved ticks

This commit is contained in:
merdan 2020-01-09 16:19:35 +05:00
parent 913848f529
commit 29bf7304d0
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class CardPayment{
$response = new PaymentStatusResponse();
try{
$request = $this->client->post('getOrderStatus.do',$params);
$response->setResponseData($request->getBody());
}
catch (\Exception $ex){

View File

@ -16,6 +16,7 @@ abstract class PaymentResponse
public function setResponseData($data){
$this->response_data = json_decode($data, true);
dd($this->response_data);
}
public function setExceptionMessage($message){