Code
$field_products = commerce_product_match_products($this->field_name, NULL, $new_product->sku, 'equals');
Expected argument value for field is to be a field config array.
Discovered while working on my Travis integrations (https://travis-ci.org/mglaman/commerce-d7-travis/jobs/71593698).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2535790-1.patch | 938 bytes | mglaman |
Comments
Comment #1
mglamanPatch attached to fix the test!
Comment #2
mglamanYep! This test fixed Travis run https://travis-ci.org/mglaman/commerce-d7-travis/builds/71599517
Comment #4
mglamanFixed