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