After Respond function in PaymentExtension will it redirect to receipt page or can notify_url redirect to receipt page?
After Respond function in PaymentExtension will it redirect to receipt page or can notify_url redirect to receipt page? Behavior of PaymentProvider notify us the status then we process and update lastly redirect to receipt page.
The administrator has answered
Where did the visit appear?
puclic function Respond($params = [] { ... if(paid success) return DataReturn('Payment succeeded', 0, $this->ReturnData($result));//>>can this redirect to order status page return DataReturn('Payment failed', -1);//>>can this redirect to order status page }
View All 1 Comments