From 6c40b3da449d2f59fc51cfa18b11c32fcbb06f5a Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Tue, 23 Jan 2024 19:08:55 +0400 Subject: [PATCH] Improve the docs --- .../ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php b/modules/ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php index 2c971dbb7..38c73af8d 100644 --- a/modules/ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php +++ b/modules/ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php @@ -68,7 +68,7 @@ trait ThreeDSecureHandlingTrait { $wc_order->save_meta_data(); /** - * Fired when the 3DS secure information is added to WC order. + * Fired when the 3DS information is added to WC order. */ do_action( 'woocommerce_paypal_payments_thee_d_secure_added', $wc_order, $order ); }