Virtual Billing Payment
The Virtual Billing Payment system allows for invoice payments via virtual bank transfer. This system provides a convenient way for players to pay invoices while incorporating a configurable tax percentage for electronic transactions, enhancing the realism of the system.
1
2
Configuration Example
Below is an example of how to configure the virtual billing payment system in your config.lua
file:
Config.SocietyPrefix = 'society_' -- Prefix used for society accounts
Config.PercentageOfElectronicTransaction = 3 -- Percentage of the invoice amount as a tax for electronic transactions
How It Works
1
2
Last updated