mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 16:24:33 +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 {
|
): void {
|
||||||
|
|
||||||
$payment_source = $order->payment_source();
|
$payment_source = $order->payment_source();
|
||||||
if ( ! $payment_source ) {
|
if ( ! $payment_source || $payment_source->name() !== 'card' ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue