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 năm cách đây
How to redirect to third party url after confirming the order???

  public void PostProcessPayment(PostProcessPaymentRequest postProcessPaymentRequest)
        {
//Redirection to third party url
}
9 năm cách đây
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 năm cách đây
thank you so much
4 năm cách đây
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.