Skip to content
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

Created_At not working #51

Open
karthik1987 opened this issue Jan 21, 2025 · 0 comments
Open

Created_At not working #51

karthik1987 opened this issue Jan 21, 2025 · 0 comments

Comments

@karthik1987
Copy link

I'm importing reviews with old data but created_at is not accepting the given input instead taking the current timestamp

$reviewData = [ "review" => [ "title" => $data[2], "detail" => $data[3], "nickname" => $data[0], "ratings" => [ [ "rating_name" => "Rating", "value" => 5 ], [ "rating_name" => "Quality", "value" => 5 ] ], "review_entity" => "product", "review_status" => 1, "entity_pk_value" => 1, "created_at" => $new_date ] ];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant