Skip to content
Code-Schnipsel Gruppen Projekte

Update 'next-3.x' with latest changes from 'main'

Offen QUIQQER Stabilization requested to merge main into next-3.x
1 Datei
+ 6
1
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
@@ -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'
);
Lade