Skip to content

Commit 5974991

Browse files
Introduce V1 namespaces in StripeClient (#1549)
* Introduced V1 namespaces * Updated migration guide link
1 parent 68adcec commit 5974991

File tree

4 files changed

+12578
-1334
lines changed

4 files changed

+12578
-1334
lines changed

stripe/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ def __getattr__(name):
567567
)
568568
from stripe._transfer_service import TransferService as TransferService
569569
from stripe._treasury_service import TreasuryService as TreasuryService
570+
from stripe._v1_services import V1Services as V1Services
570571
from stripe._v2_services import V2Services as V2Services
571572
from stripe._webhook_endpoint import WebhookEndpoint as WebhookEndpoint
572573
from stripe._webhook_endpoint_service import (

0 commit comments

Comments
 (0)