Skip to content

Commit 1ea2fee

Browse files
Update README.md
1 parent 481ce48 commit 1ea2fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ except RaveExceptions.CardChargeError as e:
321321
### Complete card charge flow
322322

323323
```py
324-
from rave_python import Rave
324+
from rave_python import Rave, RaveExceptions, Misc
325325
rave = Rave("YOUR_PUBLIC_KEY", "YOUR_SECRET_KEY", usingEnv = False)
326326

327327
# Payload with pin

0 commit comments

Comments
 (0)