- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
In getPurchaseObject method, the returnUrl and cancelUrl are added to purchase object which the user is redirected after the payment process.
I'd like to manipulate this return.. I got 2 questions
1) How to update status field of some table according to the return url?
2) How to directly add a popup message according to the return url, is there any attribute to buildLink?
Code:
I'd like to manipulate this return.. I got 2 questions
1) How to update status field of some table according to the return url?
2) How to directly add a popup message according to the return url, is there any attribute to buildLink?
Code:
public function getPurchaseFromRequest(\XF\Http\Request $request, \XF\Entity\User $purchaser, &$error =...
نام موضوع : How to manipulate payment return