Improve the docs

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

View file

@ -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.