set correct value for debit cards

This commit is contained in:
Marc Michalsky 2023-08-03 15:08:18 +02:00
parent 02d824412e
commit 0bca6a5317
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -521,7 +521,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,