feat: add stripe topup page

This commit is contained in:
wzxjohn
2025-07-10 20:28:29 +08:00
parent 8e6660cfe2
commit 34c942203f
2 changed files with 220 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ var stripeAdaptor = &StripeAdaptor{}
type StripePayRequest struct {
Amount int64 `json:"amount"`
PaymentMethod string `json:"payment_method"`
TopUpCode string `json:"top_up_code"`
}
type StripeAdaptor struct {