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