paypal not showing on woocommerce payments

Paypal standard is now hidden for new installs, possible to read about it in https://developer.woocommerce.com/2021/07/12/developer-advisory-paypal-standard-will-be-hidden-on-new-installs/

for those who want to use it copy paste this code on functions.php

add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );

Since july 2021 woocommerce recommends users to use the recommended PayPal extension instead