diff --git a/src/QUI/ERP/Payments/PayPal/Payment.php b/src/QUI/ERP/Payments/PayPal/Payment.php index d0ae6481b841e38ebd1b7d9a62d5e52d5b8db790..fa55cd6af6025ca3b80940c52e39db56efeb5690 100644 --- a/src/QUI/ERP/Payments/PayPal/Payment.php +++ b/src/QUI/ERP/Payments/PayPal/Payment.php @@ -43,6 +43,7 @@ use QUI\ExceptionStack; use function boolval; +use function get_class; use function is_array; use function json_decode; use function json_encode; @@ -1275,7 +1276,11 @@ public function payPalApiRequest( QUI\System\Log::write( $message, QUI\System\Log::LEVEL_WARNING, - [], + [ + 'paypalRequestClass' => get_class($Request), + 'requestBody' => $Request->body, + 'transactionObject' => get_class($TransactionObj) + ], 'paypal_api' );