Improve comments

This commit is contained in:
Emili Castells Guasch 2025-04-03 17:11:16 +02:00
parent d01db2d843
commit bac1852ee0
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ class CardFieldsModule implements ServiceModule, ExtendingModule, ExecutableModu
2
);
// Ensures either order status or 3DS approval for card payment source is valid.
// Validates if an order with card payment source can be captured.
add_action(
'woocommerce_paypal_payments_before_capture_order',
function( Order $order ) use ( $c ) {

View file

@ -37,7 +37,7 @@ class CardCaptureValidator {
}
/**
* The LiabilityShift response determines how you might proceed with authentication.
* LiabilityShift determines how to proceed with authentication.
*
* @link https://developer.paypal.com/docs/checkout/advanced/customize/3d-secure/response-parameters/
*/