mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Improve comments
This commit is contained in:
parent
d01db2d843
commit
bac1852ee0
2 changed files with 2 additions and 2 deletions
|
@ -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 ) {
|
||||
|
|
|
@ -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/
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue