Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jan 18, 2024
1 parent cb321ce commit 1839e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MerchantCapture/MerchantCaptureModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1839e2b

Please sign in to comment.