mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Improve the docs
This commit is contained in:
parent
39f648b084
commit
6fdf524c6b
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue