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