Skip to content

Commit 6cb5a27

Browse files
committed
Merge branch 'main' of github.com:Sideko-Inc/sideko-stripe-python
2 parents 01b6eec + 1fa4994 commit 6cb5a27

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ from os import getenv
1111
from sideko_stripe import Stripe
1212

1313
client = Stripe(
14-
username=getenv("API_USERNAME"),
15-
password=getenv("API_PASSWORD"),
1614
token=getenv("API_TOKEN"),
1715
)
1816
```
@@ -24,8 +22,6 @@ from os import getenv
2422
from sideko_stripe import AsyncStripe
2523

2624
client = AsyncStripe(
27-
username=getenv("API_USERNAME"),
28-
password=getenv("API_PASSWORD"),
2925
token=getenv("API_TOKEN"),
3026
)
3127
```

0 commit comments

Comments
 (0)