Skip to content

Commit 925a414

Browse files
author
Craig Christenson
committed
Merge pull request #7 from th0th/master
TwocheckoutError is actually twocheckout.TwocheckoutError in README.md
2 parents 2074f25 + cf3fe13 commit 925a414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ params = {
6565
try:
6666
result = twocheckout.Charge.authorize(params)
6767
print result.responseCode
68-
except TwocheckoutError as error:
68+
except twocheckout.TwocheckoutError as error:
6969
print error.msg
7070

7171
```

0 commit comments

Comments
 (0)