Hello Poynt Team,
It is posible to override these values in Payment Fragment
1 - Invoice number with: (payment.setReferenceId(value))
2 - Tax with: (orderitem.setTax(value))
3 - Tips with: (payment.setTipAmount(value))
4 - Discounts with: (orderitem.setDiscounts(itemDiscounts))
???
Thanks