We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2074f25 + cf3fe13 commit 925a414Copy full SHA for 925a414
1 file changed
README.md
@@ -65,7 +65,7 @@ params = {
65
try:
66
result = twocheckout.Charge.authorize(params)
67
print result.responseCode
68
-except TwocheckoutError as error:
+except twocheckout.TwocheckoutError as error:
69
print error.msg
70
71
```
0 commit comments