VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: t68 on June 24, 2014, 21:58:58 PM

Title: Cancelled payments are listed as confirmed with Payson module!
Post by: t68 on June 24, 2014, 21:58:58 PM
Hi!
After updating the Swedish Payson plugin I get orders that are cancelled in Payson payment service listed as confirmed in Virtuemart backend.
After cancelling i Payson I get redirected back to the cart and the browser shows this ur:
www.sitename.nn/index.php?option=com_virtuemart&view=pluginresponse&task=pluginUserPaymentCancel&on=105&TOKEN=xxxxxxxxxxxxxxxxxxxxxx (is a long number)

This seems to indicate that Payson is returning a string that states that payment is cancelled but VM doesn´t seem to interpret this.

Thank´s for any input and messages I should redirect to Payson support!

BTW: The latest payson module is here if anyone wants to take look:
https://www.payson.se/integration/moduler/virtuemart



Title: Re: Cancelled payments are listed as confirmed with Payson module!
Post by: GJC Web Design on June 24, 2014, 22:30:07 PM
but that link is a link back to the Payson plugin calling the (from memory) function plgVmOnUserPaymentCancel() in their code

so it is still in Paysons ballpark

their code needs to interpret what comes back and set the status accordingly..

(is there a setting in their plugin to set the status of cancelled orders?)
Title: Re: Cancelled payments are listed as confirmed with Payson module!
Post by: t68 on June 24, 2014, 22:55:03 PM
Hi!
Thank´s for replying.
No there is not any settings to be made on our Payson account for how statuses are handled.