Merge pull request #3293 from zhongyuanzhao-alt/ft-waffo-payment-zzy20260317

feat(waffo): Waffo payment gateway integration
This commit is contained in:
Seefs
2026-03-18 23:48:05 +08:00
committed by GitHub
24 changed files with 1468 additions and 96 deletions

View File

@@ -212,5 +212,6 @@ const (
const (
TopUpStatusPending = "pending"
TopUpStatusSuccess = "success"
TopUpStatusFailed = "failed"
TopUpStatusExpired = "expired"
)