Update wanted ebooks list

This commit is contained in:
Alex Cabal 2022-07-18 15:46:37 -05:00
parent 987f3219a9
commit 9e202c4f49
2 changed files with 4 additions and 4 deletions

View file

@ -141,7 +141,7 @@ try{
if($payment->User !== null && preg_match('/\b(L\.?L\.?C\.?|Foundation|President|Fund|Charitable)\b/ius', $payment->User->Name)){
$payment->User = null;
}
$log->Write(vds($payment));
// All set - create the payment
try{
$payment->Create();