Skip to content

Commit

Permalink
fix: corrected invoice issuing error
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 21, 2024
1 parent e10800a commit b36976d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function OpenResellerMenu()
ESX.ShowNotification(TranslateCap("no_players"))
else
TriggerServerEvent(
"esx_billing:sendBill",
"bpt_billing:sendBill",
GetPlayerServerId(closestPlayer),
"society_cardealer",
TranslateCap("car_dealer"),
Expand Down

0 comments on commit b36976d

Please sign in to comment.