feat(v2): stripe adapter — Checkout Session 跳转 + webhook 验签(stripe-go/v79 pin)

This commit is contained in:
wangjia
2026-07-10 15:07:10 +08:00
parent d3050d25d8
commit 79b9111a99
4 changed files with 257 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ require (
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/smartwalle/alipay/v3 v3.2.29
github.com/spf13/viper v1.21.0
github.com/stripe/stripe-go/v79 v79.12.0
github.com/wechatpay-apiv3/wechatpay-go v0.2.21
gorm.io/gorm v1.31.1
)