On peut donner gratuitement
en utilisant payer à un prix de 0
This commit is contained in:
parent
b37de0a420
commit
a282575422
@ -205,7 +205,7 @@ export class RdDItem extends Item {
|
|||||||
if (chatData.hasPrice) {
|
if (chatData.hasPrice) {
|
||||||
if (quantiteEnvoi > 0)
|
if (quantiteEnvoi > 0)
|
||||||
chatData.postQuantity = Number(quantiteEnvoi);
|
chatData.postQuantity = Number(quantiteEnvoi);
|
||||||
if (prixTotal > 0) {
|
if (prixTotal >= 0) {
|
||||||
chatData.postPrice = prixTotal;
|
chatData.postPrice = prixTotal;
|
||||||
chatData.data.cout_deniers = Math.floor(prixTotal * 100); // Mise à jour cout en deniers
|
chatData.data.cout_deniers = Math.floor(prixTotal * 100); // Mise à jour cout en deniers
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user