mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
🔊 Add one additional log to confirm 3DS process
This commit is contained in:
parent
01adac6101
commit
c798172fd2
1 changed files with 1 additions and 0 deletions
|
@ -937,6 +937,7 @@ class GooglepayButton extends PaymentButton {
|
||||||
// This payment requires a 3DS verification before we can process the order.
|
// This payment requires a 3DS verification before we can process the order.
|
||||||
if ( ORDER_INCOMPLETE === orderState ) {
|
if ( ORDER_INCOMPLETE === orderState ) {
|
||||||
await initiatePayerAction( orderId );
|
await initiatePayerAction( orderId );
|
||||||
|
this.log( '3DS verification completed' );
|
||||||
}
|
}
|
||||||
|
|
||||||
const success = await approveOrderServerSide( orderId );
|
const success = await approveOrderServerSide( orderId );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue