-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Integrate stripe #1261
feat: Integrate stripe #1261
Conversation
Great work on the code so far! Have you considered adding a verification step for conversations between humans and agents to ensure security when using the transaction function? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pointearth and sorry for the late review, left some comments below and added one more commit here 9aac0cd based on the comment, please feel free to review the change, currently there's one error error: Module "stripe.error" has no attribute "StripeError"
, which also lead the unit test not passing, could you help check this part further? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pointearth ! LGTM
Description
#1186
Add camel/toolkits/stripe_toolkit.py
Motivation and Context
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Implemented Tasks
Checklist