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

@@ -1,10 +1,10 @@
package pay
import (
"github.com/stripe/stripe-go/v74"
"github.com/stripe/stripe-go/v74/checkout/session"
"github.com/stripe/stripe-go/v74/paymentintent"
"github.com/stripe/stripe-go/v74/refund"
"github.com/stripe/stripe-go/v75"
"github.com/stripe/stripe-go/v75/checkout/session"
"github.com/stripe/stripe-go/v75/paymentintent"
"github.com/stripe/stripe-go/v75/refund"
"github.com/zeromicro/go-zero/core/logx"
)