btcpayserver / woocommerce-greenfield-plugin

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

Fix refunds, #46

Closed ndeet closed 6 months ago

ndeet commented 6 months ago

No need to check if refund possible, this seems to be handled by WooCommerce. The order is already updated at the state of processing the refunds, if it fails then it will get rolled back. tldr; no need for us to check if an order got more refunds than initially paid.