migration for reserved ticks
This commit is contained in:
parent
913848f529
commit
29bf7304d0
|
|
@ -56,6 +56,7 @@ class CardPayment{
|
|||
$response = new PaymentStatusResponse();
|
||||
try{
|
||||
$request = $this->client->post('getOrderStatus.do',$params);
|
||||
|
||||
$response->setResponseData($request->getBody());
|
||||
}
|
||||
catch (\Exception $ex){
|
||||
|
|
|
|||
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue