From 6fdf524c6b2cd477d50f085a8552b2f433a3d428 Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Tue, 23 Jan 2024 19:07:54 +0400 Subject: [PATCH] Improve the docs --- .../src/Processor/ThreeDSecureHandlingTrait.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php b/modules/ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php index a7ed71792..2c971dbb7 100644 --- a/modules/ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php +++ b/modules/ppcp-wc-gateway/src/Processor/ThreeDSecureHandlingTrait.php @@ -20,10 +20,10 @@ use WooCommerce\PayPalCommerce\WcGateway\Gateway\PayPalGateway; trait ThreeDSecureHandlingTrait { /** - * Handles the 3DS secure details. + * Handles the 3DS details. * - * Adds the order note with 3DS secure details. - * Adds the order meta with 3DS secure details. + * Adds the order note with 3DS details. + * Adds the order meta with 3DS details. * * @param Order $order The PayPal order. * @param WC_Order $wc_order The WC order.