You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was reported by an user via Jira: They try to create an expansion path for cart line item prices: lineItems[*].price.custom.type.id.
This currently isn't supported by our PriceExpansionModel. A quick check showed that custom fields are missing for all of our expansion model. So fixing this issue will require some more work. For now I recommend to use the ExpansionPath.of(String) method to create such an expansion path.
The text was updated successfully, but these errors were encountered:
This was reported by an user via Jira: They try to create an expansion path for cart line item prices:
lineItems[*].price.custom.type.id
.This currently isn't supported by our
PriceExpansionModel
. A quick check showed that custom fields are missing for all of our expansion model. So fixing this issue will require some more work. For now I recommend to use theExpansionPath.of(String)
method to create such an expansion path.The text was updated successfully, but these errors were encountered: