mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
phcps
This commit is contained in:
parent
c269f35d61
commit
0e45cc5cb6
3 changed files with 9 additions and 7 deletions
|
@ -298,6 +298,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// phpcs:disable WordPress.Security.NonceVerification.Recommended
|
||||||
/**
|
/**
|
||||||
* Defines the method title. If we are on the credit card tab in the settings, we want to change this.
|
* Defines the method title. If we are on the credit card tab in the settings, we want to change this.
|
||||||
*
|
*
|
||||||
|
@ -328,4 +329,5 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
||||||
'paypal-for-woocommerce'
|
'paypal-for-woocommerce'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
// phpcs:enable WordPress.Security.NonceVerification.Recommended
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue