Wert Contactless Payment
You can access the setup information you need about this product
INSTALLATION
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