#Alek-invoice-item
1 messages · Page 1 of 1 (latest)
You cannot use a float. If you're using a currency with decimal places, then you'll specify an integer that equals that amount's zero-decimal currency (e.g. 100 pennies equals 1 USD)
Thanks for the answer, maybe my question was not so clear
I have stripe product created for the supply called Paint, we want to track usage of that product but cant see a way to create invoice item that charges 1.5 of that product
Ah, I see. You would need to create a Price with a smaller amount and adjust the quantity then. So you'd have Paint that was 1/2 of the current amount for the current price, then adjust quantity to 3. There might be a better way to do that, but that's the first solution that comes to mind for me