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 ); }