支付成功回调

This commit is contained in:
Hiven
2023-07-28 11:15:42 +08:00
parent dbf500813c
commit 334ea4aa3f
13 changed files with 199 additions and 51 deletions

View File

@@ -12,9 +12,10 @@ type Config struct {
Auth types.Auth
PayConfig struct {
Stripe struct {
Key string
CancelURL string
SuccessURL string
EndpointSecret string
Key string
CancelURL string
SuccessURL string
}
}
}