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.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "TokenPay",
|
||||
"code": "token_pay",
|
||||
"type": "payment",
|
||||
"version": "1.0.0",
|
||||
"description": "TokenPay payment plugin",
|
||||
"author": "Micah123321"
|
||||
}
|
||||
Reference in New Issue
Block a user