Skip to content

Commit

Permalink
fix: codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devaguia committed Mar 7, 2024
1 parent 1657a3d commit 2d123a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/PaymentGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function process_refund($order_id, $amount = null, $reason = '') {
}

$results = [];
$order_meta = $order->get_meta('vindi_order', true);
$order_meta = $order->get_meta('vindi_order', true);
foreach ($order_meta as $key => $order_item) {
$bill_id = $order_item['bill']['id'];

Expand Down

0 comments on commit 2d123a0

Please sign in to comment.