woocommerce / woocommerce-blocks

(Deprecated) This plugin has been merged into woocommerce/woocommerce
https://wordpress.org/plugins/woo-gutenberg-products-block/
GNU General Public License v3.0
403 stars 219 forks source link

Payment methods limited #4375

Closed optimvsjag closed 3 years ago

optimvsjag commented 3 years ago

Hi Team, I've some payment methods that not shows in checkout block like "Coinbase commerce" or "Paycomet cards" This plugin not charge all payments methods activated in woocommerce? Needs some special config or code for apply this?

Thanks a lot.

mikejolley commented 3 years ago

Hi there @optimvsjag

Thanks for taking the time to make us aware that these methods are not working with the Checkout and Cart blocks. These blocks are still in early access (via the feature plugin) and it's expected that some existing payment methods will not work with the blocks.

Currently, it's up to payment method extension developers to add support for the new checkout flow offered via the cart and checkout blocks. We have some documentation on that here.

Your best course of action right now is to notify the developer of the extension and ask if they can add support to their extension using our documented APIs.

Until then you can keep on top of the status of the Cart & Checkout Blocks in this documentation.

Thanks