Esempio n. 1
0
func getC() Client {
	return Client{stripe.GetBackend(stripe.APIBackend), stripe.Key}
}
Esempio n. 2
0
func getC() Client {
	return Client{stripe.GetBackend(stripe.UploadsBackend), stripe.Key}
}