Skip to content

Commit d497404

Browse files
Ensure test mode filter is not being applied
1 parent 976dab4 commit d497404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CRM/Core/Payment/OmnipayMultiProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ protected function loadContribution(): array {
15891589
if (!$this->contribution) {
15901590
$this->contribution = civicrm_api3('contribution', 'getsingle', [
15911591
'id' => $this->transaction_id,
1592+
'is_test' => '',
15921593
//'return' => 'contribution_status_id, contribution_recur_id, contact_id, contribution_contact_id',
15931594
]);
15941595
$this->contribution['contribution_status_id:name'] = CRM_Core_PseudoConstant::getName('CRM_Contribute_BAO_Contribution', 'contribution_status_id', $this->contribution['contribution_status_id']);

0 commit comments

Comments
 (0)