8 lines
179 B
Lua
8 lines
179 B
Lua
if Config.Billing ~= 'standalone' then return end
|
|
|
|
---@param id number
|
|
---@return boolean
|
|
function PayInvoice(id)
|
|
return TriggerServerCallbackSync('phone:payInvoice', id)
|
|
end
|