Improve the docs

This commit is contained in:
Narek Zakarian 2024-01-23 19:08:55 +04:00
parent 6fdf524c6b
commit 6c40b3da44
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

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