mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Process 3DS meta only for ACDC
This commit is contained in:
parent
eeb0873a9a
commit
1acf16a878
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ trait ThreeDSecureHandlingTrait {
|
|||
): void {
|
||||
|
||||
$payment_source = $order->payment_source();
|
||||
if ( ! $payment_source ) {
|
||||
if ( ! $payment_source || $payment_source->name() !== 'card' ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue