From 3644086ab3fc3e2bfe799ac675ff1ecedd637a53 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Thu, 3 Aug 2023 15:08:18 +0200 Subject: [PATCH] set correct value for debit cards --- CRM/Twingle/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Twingle/Profile.php b/CRM/Twingle/Profile.php index 2619b32..b1beb49 100644 --- a/CRM/Twingle/Profile.php +++ b/CRM/Twingle/Profile.php @@ -309,7 +309,7 @@ class CRM_Twingle_Profile { 'financial_type_id_recur' => 1, // "Donation" 'pi_banktransfer' => 5, // "EFT" 'pi_debit_manual' => NULL, - 'pi_debit_automatic' => 3, // Debit + 'pi_debit_automatic' => 2, // Debit 'pi_creditcard' => 1, // "Credit Card" 'pi_mobilephone_germany' => NULL, 'pi_paypal' => NULL,