do not send stripe receipt - 2
This commit is contained in:
@@ -52,8 +52,8 @@ func getstripepaymentintentHandler(response http.ResponseWriter, request *http.R
|
||||
stripe.Key = getStripeKey()
|
||||
|
||||
params := &stripe.PaymentIntentParams{
|
||||
Amount: stripe.Int64(abo_amount),
|
||||
Currency: stripe.String(string(stripe.CurrencyCHF))
|
||||
Amount: stripe.Int64(abo_amount),
|
||||
Currency: stripe.String(string(stripe.CurrencyCHF)),
|
||||
}
|
||||
params.AddMetadata("charge_data", charge_data[0])
|
||||
params.AddMetadata("login_user", name)
|
||||
|
||||
Reference in New Issue
Block a user