We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3ad04 commit 6f78d62Copy full SHA for 6f78d62
README.md
@@ -168,9 +168,7 @@ $productInformation = ProductInformationData::from([
168
TranslationData::from(['lang' => 'en', 'value' => 'Low calories']),
169
TranslationData::from(['lang' => 'fr', 'value' => 'Faible en calories'])
170
]),
171
- 'nutrition_information' => $
172
-
173
-nutritionInformation,
+ 'nutrition_information' => $nutritionInformation,
174
'allergens' => new DataCollection([
175
TranslationData::from(['lang' => 'en', 'value' => 'None']),
176
TranslationData::from(['lang' => 'fr', 'value' => 'Aucun'])
0 commit comments