Files
red-valley/resources/[framework]/[addons]/qs-smartphone-pro/client/custom/billing/RxBilling.lua
2026-03-29 21:41:17 +03:00

8 lines
210 B
Lua

if Config.Billing ~= 'RxBilling' then return end
---@param id number
---@return boolean
function PayInvoice(id)
local invoice, msg = exports.RxBilling:PayInvoice(id)
if invoice then return true end
end