wip
This commit is contained in:
@@ -156,6 +156,10 @@ class OnlinePaymentRepository
|
|||||||
{
|
{
|
||||||
$this->response = $this->provider->sendRequest();
|
$this->response = $this->provider->sendRequest();
|
||||||
|
|
||||||
|
info([
|
||||||
|
'response' => $this->response,
|
||||||
|
]);
|
||||||
|
|
||||||
$this->failed = $this->response->failed();
|
$this->failed = $this->response->failed();
|
||||||
$this->successful = $this->response->successful();
|
$this->successful = $this->response->successful();
|
||||||
|
|
||||||
@@ -180,7 +184,6 @@ class OnlinePaymentRepository
|
|||||||
'response' => [
|
'response' => [
|
||||||
'title' => 'REGISTER',
|
'title' => 'REGISTER',
|
||||||
'error' => $this->response->body(),
|
'error' => $this->response->body(),
|
||||||
'response_object' => $this->response,
|
|
||||||
'file_line' => __FILE__.':'.__LINE__,
|
'file_line' => __FILE__.':'.__LINE__,
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user