btcpayserver / woocommerce-greenfield-plugin

BTCPay Server for WooCommerce V2 plugin.
MIT License
15 stars 8 forks source link

Feature: add option to protect order status #31

Closed ndeet closed 10 months ago

ndeet commented 11 months ago

Under certain circumstances it could happen that a merchant manually changed the order status to processing or completed and in this case they might want no automatic change of order status anymore.

Add an option (or consider making it by default) that the statuses of processing or complete are protected and webhook events are unable to change the order status. We should still add some note to the order notes in this case.

ndeet commented 10 months ago

Fixed by #37

BitcoinMitchell commented 9 months ago

This is a great idea. Will port this to the PrestaShop plugin.

Pushkraj19 commented 9 months ago

Thanks for fixing it.