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
Description : Kaui does not allow decimal values in the refund amount ( other than the actual amount ). So if original invoice is 24.95, then kaui will force me to issue refund for something like 23.95 or 24.95 or 22.95 but not 22.40 etc. The refund API https://killbill.github.io/slate/payment.html#refund-an-existing-payment-using-paymentid has not such restriction though and allows all amounts.
Expected : There should be no restriction on the refund amount and Kaui must allow all refund values upto the invoice value.
The text was updated successfully, but these errors were encountered:
Description : Kaui does not allow decimal values in the refund amount ( other than the actual amount ). So if original invoice is 24.95, then kaui will force me to issue refund for something like 23.95 or 24.95 or 22.95 but not 22.40 etc. The refund API https://killbill.github.io/slate/payment.html#refund-an-existing-payment-using-paymentid has not such restriction though and allows all amounts.
Expected : There should be no restriction on the refund amount and Kaui must allow all refund values upto the invoice value.
The text was updated successfully, but these errors were encountered: