Fix product links

This commit is contained in:
Yang Luo
2023-07-28 15:08:19 +08:00
parent fb16d8cee6
commit 5f054c4989
4 changed files with 4 additions and 4 deletions

View File

@ -192,7 +192,7 @@ func BuyProduct(id string, providerName string, user *User, host string) (string
}
payment := Payment{
Owner: product.Owner,
Owner: "admin",
Name: paymentName,
CreatedTime: util.GetCurrentTime(),
DisplayName: paymentName,