PMET-public / module-venia-video-sample-data

0 stars 0 forks source link

Install script broken on $productData['row_id'] #2

Open wigman opened 2 years ago

wigman commented 2 years ago

The install script fails on \MagentoEse\VeniaVideoSampleData\Model\Video::install where $productData['row_id'] is referenced.

These should be replaced with $product->getId()

wigman commented 2 years ago

@jeffbritts