Update Profile.php
adding generic payment method
This commit is contained in:
parent
692c66a9a5
commit
a91fbd0c20
1 changed files with 2 additions and 0 deletions
|
@ -525,6 +525,7 @@ class CRM_Twingle_Profile {
|
|||
'pi_ideal' => E::ts('iDEAL'),
|
||||
'pi_post_finance' => E::ts('Postfinance'),
|
||||
'pi_bancontact' => E::ts('Bancontact'),
|
||||
'pi_generic' => E::ts('Generic Payment Method'),
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -564,6 +565,7 @@ class CRM_Twingle_Profile {
|
|||
'pi_ideal' => NULL,
|
||||
'pi_post_finance' => NULL,
|
||||
'pi_bancontact' => NULL,
|
||||
'pi_generic' => NULL,
|
||||
'sepa_creditor_id' => NULL,
|
||||
'gender_male' => 2,
|
||||
'gender_female' => 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue