We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb3d1a commit 1fa4994Copy full SHA for 1fa4994
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