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

@ -255,10 +255,10 @@ class AxoGateway extends WC_Payment_Gateway {
$order = $this->create_paypal_order( $wc_order, $token );
/**
* 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
*/