Wert-ContactlessPayment

You can access the setup information you need about this product

INSTALLATION

1 - Drop the product into its resources folder and execute a start command in server.cfg

Installation complete

Example use export for client sides

-- Example use
exports['wert-contactlesspayment']:Payment(function(success)
	if success then
		-- Success
	else
		-- Fail
	end
end, MONEY)

-- Example 1
exports['wert-contactlesspayment']:Payment(function(success)
	if success then
		-- Success
	else
		-- Fail
	end
end, 100)

-- Example 2
exports['wert-contactlesspayment']:Payment(function(success)
	if success then
		-- Success
	else
		-- Fail
	end
end, 200)

Last updated