We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e20451 commit 3a5f8bbCopy full SHA for 3a5f8bb
api/v3/Job/Iatsverify.php
@@ -183,7 +183,7 @@ function civicrm_api3_job_iatsverify($params) {
183
// Restore source field and trxn_id that completetransaction overwrites
184
civicrm_api3('contribution', 'create', array(
185
'id' => $contribution['id'],
186
- 'source' => ($contribution['contribution_source'] ?? $contribution['source'] ?? ''),
+ 'source' => ($contribution['contribution_source'] ?? NULL),
187
'trxn_id' => $trxn_id,
188
));
189
break;
0 commit comments