fix:支付

This commit is contained in:
momo
2023-09-25 17:31:42 +08:00
parent 91acf4d2bc
commit 4261a5a97d
5 changed files with 8 additions and 16 deletions

View File

@@ -16,8 +16,8 @@ import (
"fusenapi/server/pay/internal/svc"
"fusenapi/server/pay/internal/types"
"github.com/stripe/stripe-go/v74"
"github.com/stripe/stripe-go/v74/webhook"
"github.com/stripe/stripe-go/v75"
"github.com/stripe/stripe-go/v75/webhook"
"github.com/zeromicro/go-zero/core/logc"
"github.com/zeromicro/go-zero/core/logx"
)