We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ] ];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ] ];
The text was updated successfully, but these errors were encountered: