Index: trunk/extensions/DonationInterface/globalcollect_gateway/scripts/orphans.php |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | ++$i; |
96 | 96 | $adapter->loadDataAndReInit($payment_data['unstaged']); |
97 | 97 | $results = $adapter->do_transaction('Confirm_CreditCard'); |
98 | | - if ($results['status'] == true){ |
| 98 | + if ($results['status']){ |
99 | 99 | $adapter->log( $payment_data['unstaged']['contribution_tracking_id'] . ": FINAL: " . $results['action']); |
100 | 100 | unset($this->order_ids[$payment_data['unstaged']['order_id']]); |
101 | 101 | } else { |