mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix typos
This commit is contained in:
parent
65e1ca4eb0
commit
46f9074c41
7 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue