wip
This commit is contained in:
@@ -154,10 +154,6 @@ class OnlinePaymentRepository
|
|||||||
{
|
{
|
||||||
$this->response = $this->provider->sendRequest();
|
$this->response = $this->provider->sendRequest();
|
||||||
|
|
||||||
info([
|
|
||||||
'body' => $this->response->body(),
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->failed = $this->response->failed();
|
$this->failed = $this->response->failed();
|
||||||
$this->successful = $this->response->successful();
|
$this->successful = $this->response->successful();
|
||||||
|
|
||||||
@@ -172,6 +168,10 @@ class OnlinePaymentRepository
|
|||||||
$this->createHistory();
|
$this->createHistory();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
info([
|
||||||
|
'response' => $this->response,
|
||||||
|
]);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user