Files
Xboard/plugins/TokenPay/config.json
T
yinjianm 1b3d022969 feat(payment): add TokenPay payment plugin
Register a new TokenPay payment plugin with configurable API
credentials, payment URL generation, and signed callback
verification.

Also improve admin config fetching to support single-group
lookups and add backwards-compatible subscribe template loading
from legacy settings and bundled files when the database table
is unavailable.
2026-03-19 22:32:28 +08:00

9 lines
174 B
JSON

{
"name": "TokenPay",
"code": "token_pay",
"type": "payment",
"version": "1.0.0",
"description": "TokenPay payment plugin",
"author": "Micah123321"
}