btcpayserver / woocommerce-greenfield-plugin

BTCPay Server for WooCommerce V2 plugin.
MIT License
16 stars 9 forks source link

Blocks: add support for separate payment gateways #36

Open ndeet opened 9 months ago

ndeet commented 9 months ago

For separate gateways (which are generated) we need to generate a separate Blocks class and javascript files for it to work. This means the build step can't be used but there needs to be a vanilla js solution to make it work without any imports and other stuff that would require webpack.