Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Oct 11, 2024
1 parent bbaf9c4 commit a0d2154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/PaymentDrivers/BaseDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function confirmGatewayFee($data = []): void
$item->gross_line_total = round($item->gross_line_total, 2);
return $item;
})
->whereIn('type_id', ['3'])
->whereIn('type_id', ['3','4'])
->count();

if($invoice && $fee_count == 0){
Expand Down

0 comments on commit a0d2154

Please sign in to comment.