From efecfdccd824255c9a62ffb01dabf4022669746e Mon Sep 17 00:00:00 2001 From: Sander Date: Wed, 22 Jan 2025 09:43:03 +0100 Subject: [PATCH] BP-4074-Double successful PUSH causes issues for specific merchant that uses Klarna --- Model/Method/Eps.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Model/Method/Eps.php b/Model/Method/Eps.php index bf6f0a790..de644eaa7 100644 --- a/Model/Method/Eps.php +++ b/Model/Method/Eps.php @@ -60,6 +60,8 @@ public function getOrderTransactionBuilder($payment) 'Version' => 1, ]; + $payment->setAdditionalInformation('skip_push', 1); + /** * @noinspection PhpUndefinedMethodInspection */