🔊 Add one additional log to confirm 3DS process

This commit is contained in:
Philipp Stracker 2025-04-23 14:57:27 +02:00
parent 01adac6101
commit c798172fd2
No known key found for this signature in database

View file

@ -937,6 +937,7 @@ class GooglepayButton extends PaymentButton {
// This payment requires a 3DS verification before we can process the order.
if ( ORDER_INCOMPLETE === orderState ) {
await initiatePayerAction( orderId );
this.log( '3DS verification completed' );
}
const success = await approveOrderServerSide( orderId );