Error when using Stripe Issue

dariushde
dariushde
Offline
0
Hi,

After installing Stripe and connecting it to my account, I get an error when I try to pay with my card. Even though the payment goes through, the website says that the payment didn't go through and it gives me this error:

Unknown column 'params' in 'field list' SQL=UPDATE `#__invoices_contacts` SET `user_id`='0',`params`='{\"stripe_customer_id\":\"cus_BqS4LqDDVltOTo\"}' WHERE `id`='2'
Payment process not completed

How can I fix this?

Accepted Answer

Monday, November 27 2017, 12:31 PM - #Permalink
0
hello,

looks like there's a column missing on the SQL table after installation

if you have access to MySQL, can you try this?

ALTER TABLE `#__invoices_contacts` ADD `params` TEXT NOT NULL;


The name "#__invoices_contacts" must be replaced by your real table name
The reply is currently minimized Show
Responses (0)
  • There are no replies here yet.
Your Reply