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