feat: add stripe topup page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user