We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01b6eec + 1fa4994 commit 6cb5a27Copy full SHA for 6cb5a27
1 file changed
README.md
@@ -11,8 +11,6 @@ from os import getenv
11
from sideko_stripe import Stripe
12
13
client = Stripe(
14
- username=getenv("API_USERNAME"),
15
- password=getenv("API_PASSWORD"),
16
token=getenv("API_TOKEN"),
17
)
18
```
@@ -24,8 +22,6 @@ from os import getenv
24
22
from sideko_stripe import AsyncStripe
25
23
26
client = AsyncStripe(
27
28
29
30
31
0 commit comments