From f89939fb22ef5af7e09105ece25704a616236acf Mon Sep 17 00:00:00 2001 From: Sander Date: Wed, 13 Nov 2024 15:18:22 +0100 Subject: [PATCH] BP-3900-PayPal Express transactions PUSH timing issue --- Model/Method/Paypal.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Model/Method/Paypal.php b/Model/Method/Paypal.php index a06dc6130..57a2b5141 100644 --- a/Model/Method/Paypal.php +++ b/Model/Method/Paypal.php @@ -69,7 +69,6 @@ public function getOrderTransactionBuilder($payment) "Name" => "PayPalOrderId", "_" => $expressOrderId ]; - $payment->setAdditionalInformation('skip_push', 2); } /** @noinspection PhpUndefinedMethodInspection */