-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update to order item doesnt update the object OrderItem
#5
Comments
Problem might be in the constructor. Here's my log:
Maybe we need to alias |
Maybe I found the bug, look:
So if the arg is a symbol it works, if its a string it doesn't. I believe the solution is to change the
to get either |
... and found the fix!
|
I fixed it in my fork: palladius@7bfa9f6#diff-f8652a3e74882437289774f0d344d1436a66a2c3c7ca528e83b73798cf7929f7 |
Model: Gemini 1.5 Flash
Update to order item doesnt update the object
OrderItem
. Look at this trace:In line 21, we create an order with
order_items = [{"quantity"=>5, "product_sku"=>"Y3048509"}]
:However, the order_items[1] contains only NIL for product_sku and quantity.
Is it Gemini or a bug in the code?
The text was updated successfully, but these errors were encountered: