Replies: 1
I am currently working on a WooCommerce payment gateway. After following the official tutorial, I was able to install it on my WordPress site, and it appears in the WooCommerce payment settings tab. The configuration page opens correctly, and I can save the settings. However, when the plugin is enabled, it does not appear in the payment options on the product checkout page. Currently, the checkout page shows “No payment methods available.” I’m not sure how to resolve this issue. My plugin also overrides the payment_fields method, and I have set has_fields to true during initialization.