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 161f35d commit 687c0ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/PaymentProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,7 @@ protected function create_bill($customer_id, $order_items)
*/
protected function create_bill_meta_for_order($bill)
{
$bill_meta = [];
$bill_meta['id'] = $bill['id'];
$bill_meta['status'] = $bill['status'];

Expand Down

0 comments on commit 687c0ff

Please sign in to comment.