From 1839e2ba8274739d72381cbca2a50dcbc23fffc0 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Thu, 18 Jan 2024 14:03:55 +0100 Subject: [PATCH] Fix CS --- src/MerchantCapture/MerchantCaptureModule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MerchantCapture/MerchantCaptureModule.php b/src/MerchantCapture/MerchantCaptureModule.php index 9037ad95..477f7153 100644 --- a/src/MerchantCapture/MerchantCaptureModule.php +++ b/src/MerchantCapture/MerchantCaptureModule.php @@ -164,8 +164,8 @@ static function (Payment $payment, WC_Order $order) use ($container) { $order->save(); } }, - 10, - 2 + 10, + 2 ); add_action('woocommerce_order_refunded', static function (int $orderId) use ($container) {