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