From 45305797c225caa4c4c2d8f9637be4d5985eec7e Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 19 Apr 2017 19:41:22 +1200 Subject: [PATCH] Fully remove deprecated Constants --- CRM/Core/Payment.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index c88aad8f56..c26f8f4a0c 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -60,18 +60,6 @@ abstract class CRM_Core_Payment { BILLING_MODE_BUTTON = 2, BILLING_MODE_NOTIFY = 4; - /** - * Which payment type(s) are we using? - * - * credit card - * direct debit - * or both - * @todo create option group - nb omnipay uses a 3rd type - transparent redirect cc - */ - const - PAYMENT_TYPE_CREDIT_CARD = 1, - PAYMENT_TYPE_DIRECT_DEBIT = 2; - /** * Subscription / Recurring payment Status * START, END -- 2.25.1