31
General Support / payPal standard success page redirect
« on: August 17, 2022, 11:11:39 PM »
Hi I am working on writing orders on third party site and I have implemented a function which works on Cheque / Money Order payment extension but it is not working on default_pp_standart extension. My function is in storefront\controller\pages\checkout\success.php
inside
class ControllerPagesCheckoutSuccess extends AController
{
public $data = array();
public $errors = array();
public function main()
{
/*my custom function */
Can someone please tell me why it is not working after payPal redirects to success page??
is there someplace else where I can call that function??
inside
class ControllerPagesCheckoutSuccess extends AController
{
public $data = array();
public $errors = array();
public function main()
{
/*my custom function */
Can someone please tell me why it is not working after payPal redirects to success page??
is there someplace else where I can call that function??