- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 20,996
- راهحلها
- 27
- پسندها
- 3,261
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I am trying to upgrade a user programmatically and each time I do so, the payment_received email is sent out to the upgraded account.
Is there a way to suppress these? I tried
PHP:
Thank you!
Is there a way to suppress these? I tried
$upgradeService->setSendAlert(false);
, but setSendAlert doesn't seem to be valid.PHP:
Thank you!
نام موضوع : Prevent email on user upgrade