472 B
472 B
saleor-app-search |
---|
minor |
Added a new pricing
field to the Algolia object representation. It now passes variant pricing representation from GraphQL:
price {
gross {
amount
}
net {
amount
}
}
discount {
gross {
amount
}
net {
amount
}
}
onSale
priceUndiscounted {
gross {
amount
}
net {
amount
}
}