8000 Merge changes from stripe/stripe-python master · stripe/stripe-python@860adb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 860adb4

Browse files
Merge changes from stripe/stripe-python master
2 parents f914c6a + 341b23f commit 860adb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stripe/_error_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class ErrorObject(StripeObject):
1515
charge: Optional[str]
16-
code: int
16+
code: Optional[str]
1717
decline_code: Optional[str]
1818
doc_url: Optional[str]
1919
message: Optional[str]

0 commit comments

Comments
 (0)
0