#Getting an error « UniquePaymentActive »QueryFaile
4 messages · Page 1 of 1 (latest)
It means that there is already an existing payment on the cart - you should be able to find it if you do:
SELECT * FROM "payment" WHERE cart_id = '[insert cart id]'
ok i will be check thats tommorw thhnky u
Did you manage to track down the issue?