https://capaofruit.com/products/mango-cashew-coconut
The line
Includes 0g Added Sugars
| % |
|---|
Should be showing
Includes 2g Added Sugars
| 3% |
|---|
but it is instead showing 0g and no percentage. Why is this happening?
{
"servings_per_container": 1,
"serving_size": "1 ball (20g)",
"calories": 80,
"total_fat": {
"value": "3g",
"percentage": 4
},
"saturated_fat": {
"value": "2g",
"percentage": 9
},
"trans_fat": {
"value": "0g"
},
"cholesterol": {
"value": "0mg",
"percentage": 0
},
"sodium": {
"value": "0mg",
"percentage": 0
},
"total_carbohydrate": {
"value": "12g",
"percentage": 4
},
"dietary_fiber": {
"value": "3g",
"percentage": 10
},
"total_sugars": {
"value": "8g"
},
"includes_2g_added_sugars": {
"percentage": 3
},
"protein": {
"value": "1g"
},
"vitamin_d": {
"value": "0mcg",
"percentage": 0
},
"calcium": {
"value": "10mg",
"percentage": 0
},
"iron": {
"value": "0.3mg",
"percentage": 0
},
"potassium": {
"value": "110mg",
"percentage": 2
}
}