mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
fixed PHPCS
This commit is contained in:
parent
99ca470d3f
commit
a4ccd02902
7 changed files with 14 additions and 14 deletions
|
@ -189,8 +189,8 @@ class ApplePayGateway extends WC_Payment_Gateway {
|
|||
* So you can implement your own for example on subscriptions
|
||||
*
|
||||
* - true bool controls execution of 'OrderProcessor::precess()'
|
||||
* @var $this \WC_Payment_Gateway
|
||||
* @var $wc_order \WC_Order
|
||||
* - $this \WC_Payment_Gateway
|
||||
* - $wc_order \WC_Order
|
||||
*/
|
||||
$process = apply_filters( 'woocommerce_paypal_payments_before_order_process', true, $this, $wc_order );
|
||||
if ( $process ) {
|
||||
|
|
|
@ -258,8 +258,8 @@ class AxoGateway extends WC_Payment_Gateway {
|
|||
* So you can implement your own for example on subscriptions
|
||||
*
|
||||
* - true bool controls execution of 'OrderProcessor::precess()'
|
||||
* @var $this \WC_Payment_Gateway
|
||||
* @var $wc_order \WC_Order
|
||||
* - $this \WC_Payment_Gateway
|
||||
* - $wc_order \WC_Order
|
||||
*/
|
||||
$process = apply_filters( 'woocommerce_paypal_payments_before_order_process', true, $this, $wc_order );
|
||||
if ( $process ) {
|
||||
|
|
|
@ -198,8 +198,8 @@ class GooglePayGateway extends WC_Payment_Gateway {
|
|||
* So you can implement your own for example on subscriptions
|
||||
*
|
||||
* - true bool controls execution of 'OrderProcessor::precess()'
|
||||
* @var $this \WC_Payment_Gateway
|
||||
* @var $wc_order \WC_Order
|
||||
* - $this \WC_Payment_Gateway
|
||||
* - $wc_order \WC_Order
|
||||
*/
|
||||
$process = apply_filters( 'woocommerce_paypal_payments_before_order_process', true, $this, $wc_order );
|
||||
if ( $process ) {
|
||||
|
|
|
@ -300,8 +300,8 @@ class CardButtonGateway extends \WC_Payment_Gateway {
|
|||
* So you can implement your own for example on subscriptions
|
||||
*
|
||||
* - true bool controls execution of 'OrderProcessor::precess()'
|
||||
* @var $this \WC_Payment_Gateway
|
||||
* @var $wc_order \WC_Order
|
||||
* - $this \WC_Payment_Gateway
|
||||
* - $wc_order \WC_Order
|
||||
*/
|
||||
$process = apply_filters( 'woocommerce_paypal_payments_before_order_process', true, $this, $wc_order );
|
||||
if ( $process ) {
|
||||
|
|
|
@ -528,8 +528,8 @@ class CreditCardGateway extends \WC_Payment_Gateway_CC {
|
|||
* So you can implement your own for example on subscriptions
|
||||
*
|
||||
* - true bool controls execution of 'OrderProcessor::precess()'
|
||||
* @var $this \WC_Payment_Gateway
|
||||
* @var $wc_order \WC_Order
|
||||
* - $this \WC_Payment_Gateway
|
||||
* - $wc_order \WC_Order
|
||||
*/
|
||||
$process = apply_filters( 'woocommerce_paypal_payments_before_order_process', true, $this, $wc_order );
|
||||
if ( $process ) {
|
||||
|
|
|
@ -631,8 +631,8 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
|||
* So you can implement your own for example on subscriptions
|
||||
*
|
||||
* - true bool controls execution of 'OrderProcessor::precess()'
|
||||
* @var $this \WC_Payment_Gateway
|
||||
* @var $wc_order \WC_Order
|
||||
* - $this \WC_Payment_Gateway
|
||||
* - $wc_order \WC_Order
|
||||
*/
|
||||
$process = apply_filters( 'woocommerce_paypal_payments_before_order_process', true, $this, $wc_order );
|
||||
if ( $process ) {
|
||||
|
|
|
@ -235,8 +235,8 @@ class CheckoutOrderApproved implements RequestHandler {
|
|||
* So you can implement your own for example on subscriptions
|
||||
*
|
||||
* - true bool controls execution of 'OrderProcessor::precess()'
|
||||
* @var $this \WC_Payment_Gateway
|
||||
* @var $wc_order \WC_Order
|
||||
* - $this \WC_Payment_Gateway
|
||||
* - $wc_order \WC_Order
|
||||
*/
|
||||
$process = apply_filters( 'woocommerce_paypal_payments_before_order_process', true, $this, $wc_order );
|
||||
if ( $process ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue