|
|
@@ -217,7 +217,7 @@ func genStripeLink(referenceId string, customerId string, email string, amount i
|
|
|
|
|
|
params := &stripe.CheckoutSessionParams{
|
|
|
ClientReferenceID: stripe.String(referenceId),
|
|
|
- SuccessURL: stripe.String(system_setting.ServerAddress + "/log"),
|
|
|
+ SuccessURL: stripe.String(system_setting.ServerAddress + "/console/log"),
|
|
|
CancelURL: stripe.String(system_setting.ServerAddress + "/topup"),
|
|
|
LineItems: []*stripe.CheckoutSessionLineItemParams{
|
|
|
{
|