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
BVTransactionItem object is limited because it requires quantity to be an integer. Please make it a double instead.
Many products are purchased using non-integer quantities, for example, products which are sold by weight.
Alternatively consider allowing specifying a map of custom properties for the BVTransactionItem object. The BVTransactionEvent object offers setting a custom map, but the item does not.
The text was updated successfully, but these errors were encountered:
Feature Request
BVTransactionItem object is limited because it requires
quantity
to be aninteger
. Please make it adouble
instead.Many products are purchased using non-integer quantities, for example, products which are sold by weight.
Alternatively consider allowing specifying a map of custom properties for the
BVTransactionItem
object. TheBVTransactionEvent
object offers setting a custom map, but the item does not.The text was updated successfully, but these errors were encountered: