mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Improve the docs
This commit is contained in:
parent
6fdf524c6b
commit
6c40b3da44
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ trait ThreeDSecureHandlingTrait {
|
||||||
$wc_order->save_meta_data();
|
$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 );
|
do_action( 'woocommerce_paypal_payments_thee_d_secure_added', $wc_order, $order );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue