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