You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following is commented out in the code for 3.70 which is causing even cancelled order on worldpay payment site making order status paid.
PaymentWorldPayController.cs
[ValidateInput(false)]
public string Return(FormCollection form)
{
.....
/*if (transStatus.ToLower() != "y")
return Content(string.Format("The transaction status received from WorldPay ({0}) for the order {1} was declined.", transStatus, orderId));
*/
.....
}
The text was updated successfully, but these errors were encountered:
Following is commented out in the code for 3.70 which is causing even cancelled order on worldpay payment site making order status paid.
PaymentWorldPayController.cs
[ValidateInput(false)]
public string Return(FormCollection form)
{
.....
/*if (transStatus.ToLower() != "y")
return Content(string.Format("The transaction status received from WorldPay ({0}) for the order {1} was declined.", transStatus, orderId));
*/
.....
}
The text was updated successfully, but these errors were encountered: