diff --git a/Block/Paypal/ExpressButtonV2.php b/Block/Paypal/ExpressButtonV2.php index 10b1ae8f..0bfb029b 100644 --- a/Block/Paypal/ExpressButtonV2.php +++ b/Block/Paypal/ExpressButtonV2.php @@ -165,13 +165,7 @@ protected function showBNPLButton() */ protected function getIntent() { - $oMethodInstance = $this->getMethodInstance(); - - $sIntent = "authorize"; // authorize = preauthorize - if ($oMethodInstance && $oMethodInstance->getAuthorizationMode() == PayoneConfig::REQUEST_TYPE_AUTHORIZATION) { - $sIntent = "capture"; // capture = authorize - } - return $sIntent; + return "authorize"; // authorize = preauthorize // capture = authorize but Payone said to always use authorize } /**