How did I fix the «Braintree\Configuration::merchantId needs to be set (or accessToken needs to be passed to Braintree\Gateway)» error of the `PayPal_Braintree` module despite I do not use it?

(
	bloatware=(
        'PayPal_BraintreeCustomerBalance'
        'PayPal_BraintreeGiftCard'
        'PayPal_BraintreeGiftCardAccount'
        'PayPal_BraintreeGiftWrapping'
        'PayPal_BraintreeGraphQl'
        'PayPal_BraintreeReward'
        'PayPal_Braintree'
	)
	for b in "${bloatware[@]}"; do
		bin/magento module:disable $b
	done
)