#Getting an error « UniquePaymentActive »QueryFaile

4 messages · Page 1 of 1 (latest)

frail idol
#

Hello, when I /store/carts/{id}/complete
Maybe you know ?

mighty blaze
#

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]'
frail idol
#

ok i will be check thats tommorw thhnky u

mighty blaze
#

Did you manage to track down the issue?