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