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 */