Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13 from DarkGhostHunter/master
Browse files Browse the repository at this point in the history
Fixed tracing disabled outside production. It must be always set to TRUE
  • Loading branch information
DarkGhostHunter authored May 22, 2020
2 parents 3cbcc5f + 6ac5e86 commit e105b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clients/Webpay/WebpayClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function bootSoapClient()
$this->credentials->publicCert,
[
'classmap' => $this->classMap,
'trace' => ! $this->isProduction,
'trace' => true,
'exceptions' => true
]
);
Expand Down

0 comments on commit e105b2c

Please sign in to comment.