Skip to content

Commit

Permalink
fix the sku image to images
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 10, 2024
1 parent 1d1648c commit a772d5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public function quickCreate(Request $request){
}

//add images to the variant
$image = $sku['image'];
$image = $sku['images'];



Expand Down

0 comments on commit a772d5e

Please sign in to comment.