Si al ejecutar el comando bin / magento setup: upgrade obtiene este error
Unable to apply data patch Magento\Paypal\Setup\Patch\Data\UpdateBmltoPayLater for module Magento_Paypal.

Original exception message: Notice:

Undefined offset: 1 in /vendor/magento/module-paypal/Setup/Patch/Data/UpdateBmltoPayLater.php on line 138

en tal caso, debe ejecutar el siguiente comando en la base de datos
DELETE FROM `core_config_data` WHERE path="payment/paypal_express_bml/active";