Hi,
I'm having the following problem using a payment plugin called "Todo Pago" https://github.com/TodoPago/Plugin-VirtueMart
After I've made an order and made payment, when returns to store with task pluginresponsereceived an error 400 Invalid Credentials appears (attached picture).
I've been looking what could be the problem but I didn't found anything.
Just to clarify, the order is recorded correctly in db, the main problem is when coming back from plugin never shows Thank you message and instead error 400 Invalid Credentials.
Regards.
Have you asked the developer of that plugin?
Yes, i ask for the problem but the answer from them takes to long to come, that's why I ask to the community to understand what could causing the error.
Quoteerror 400 Invalid Credentials
Maybe you've entered wrong credentials?
Thanks for your answer but no, if you mean user/pass are correct because the order is recorded correctly in database.
It's another problem but I can't figure it out.
The error happens when the following line of function PaymentResponseReceived() is executed.
$returnValues = $dispatcher->trigger('plgVmOnPaymentResponseReceived', array( 'html' => &$html,&$paymentResponse));