Skip to content

Commit

Permalink
🍺formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
inikoo committed Aug 14, 2024
1 parent 22b107f commit 70ccf23
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ public function handle(RecurringBill $recurringBill, Pallet|StoredItem|Fulfilmen
data_set($modelData, 'item_id', $item->id);

if ($item instanceof FulfilmentTransaction) {
if ($item->type == FulfilmentTransactionTypeEnum::SERVICE)
{
if ($item->type == FulfilmentTransactionTypeEnum::SERVICE) {
$type = 'Service';
} else {
$type = 'Product';
Expand Down

0 comments on commit 70ccf23

Please sign in to comment.