From 5f75e43aa1a2d7d9f0237b47119308a234defd47 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 21 Apr 2017 14:41:39 +1200 Subject: [PATCH] Remove comment as this has been fixed --- CRM/Core/Payment/Manual.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CRM/Core/Payment/Manual.php b/CRM/Core/Payment/Manual.php index 9024f10cab..5e1e8540bb 100644 --- a/CRM/Core/Payment/Manual.php +++ b/CRM/Core/Payment/Manual.php @@ -90,11 +90,6 @@ class CRM_Core_Payment_Manual extends CRM_Core_Payment { $paymentInstrument = CRM_Core_PseudoConstant::getName('CRM_Contribute_BAO_Contribution', 'payment_instrument_id', $this->getPaymentInstrumentID()); if ($paymentInstrument === 'Credit Card') { - // @todo - return credit_card_type field once the underlying code works to extract this field. - // Note the problem is this should be stored in civicrm_financial_trxn.credit_card_type. - // However there is an ambiguity as that field is an integer & should hence be called - // credit_card_type_id, or it should store 'visa' It probably makes sense to fix that before going much - // further as the code I've seen makes it clear that it will require work arounds. return array('credit_card_type', 'pan_truncation'); } elseif ($paymentInstrument === 'Check') { -- 2.25.1