Fix typos

This commit is contained in:
Emili Castells Guasch 2025-03-18 12:56:57 +01:00
parent 65e1ca4eb0
commit 46f9074c41
7 changed files with 16 additions and 16 deletions

View file

@ -231,10 +231,10 @@ class CheckoutOrderApproved implements RequestHandler {
try {
/**
* This filter controls if the method 'precess()' from OrderProcessor will be called.
* This filter controls if the method 'process()' from OrderProcessor will be called.
* So you can implement your own for example on subscriptions
*
* - true bool controls execution of 'OrderProcessor::precess()'
* - true bool controls execution of 'OrderProcessor::process()'
* - $this \WC_Payment_Gateway
* - $wc_order \WC_Order
*/