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
I noticed that it was commented on PurchaseRequest with this commit b476ef5 that MC_returnurl is deprecated and currently the purchase request is not sending any value for this key to worldpay. In my sandbox tests, worldpay tried to redirect to itself with transStatus=Y if MC_returnurl is missing.
I would like to know if there is a configuration that I need to change on worldpay to return back to original requester after processing the payment without setting MC_returnurl?
The text was updated successfully, but these errors were encountered:
I would like to know if there is a configuration that I need to change on worldpay to return back to original requester after processing the payment without setting MC_returnurl?
No, I don't believe so. I think that MC_returnurl should be set from returnUrl. You could try patching that and submit a PR. I don't have a worldpay test account so I can't test it.
I don't believe the comment implied that MC_returnurl was deprecated, just that the use of returnUrl to set MC_notifyurl was deprecated, and that MC_notifyurl should be set from notifyUrl instead.
Hi,
I noticed that it was commented on PurchaseRequest with this commit b476ef5 that
MC_returnurl
is deprecated and currently the purchase request is not sending any value for this key to worldpay. In my sandbox tests, worldpay tried to redirect to itself withtransStatus=Y
ifMC_returnurl
is missing.I would like to know if there is a configuration that I need to change on worldpay to return back to original requester after processing the payment without setting
MC_returnurl
?The text was updated successfully, but these errors were encountered: