Error in the Transaction Reference from stripe

Payments are happening normally via stripe, but the payment isn’t getting applied to the invoice.

I believe I found the problem.

The transaction reference is being saved with an “}” at the end, which causes the invoice to not recognize the payment.

The transaction references are getting saved correctly inside the database, so the problem is the the code/handler from the database

Can you please direct me to where to change it? I will be happy to change the code myself but I have not idea where it is.

Thank you

Hi,

Thanks for reporting this!

cc @david @ben

@Danilo

I don’t see the issue. When I run a transaction through Stripe, it comes back correct and attaches itself to the invoice correctly.

Can you show exactly where you are seeing this issue?