How to redirect to third party url after confirming the order???

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 anni tempo fa
How to redirect to third party url after confirming the order???

  public void PostProcessPayment(PostProcessPaymentRequest postProcessPaymentRequest)
        {
//Redirection to third party url
}
9 anni tempo fa
Hi,

It's done in a plugin source code. Please have a look at a built-in "Nop.Plugin.Payments.PayPalStandard" plugin, "PostProcessPayment" method of "PayPalStandardPaymentProcessor" class as an example. Also have a look at How to code my own payment method
9 anni tempo fa
thank you so much
4 anni tempo fa
I was following the PayPal code for that, however, it redirects to the cart page instead of redirecting to the third party url.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.