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