Add priority and number of arguments to woocommerce_paypal_payments_check_pui_payment_captured action

This commit is contained in:
dinamiko 2022-06-22 11:33:39 +02:00
parent fff6c84e91
commit 977cd2f713

View file

@ -251,7 +251,7 @@ class WCGatewayModule implements ModuleInterface {
'woocommerce-paypal-payments'
);
$wc_order->update_status( 'failed', $message );
}
}, 10, 2
);
}