remove duplicate array keys

This commit is contained in:
Marc Michalsky 2023-08-03 15:06:10 +02:00
parent 225c4efd25
commit 5a9a911c01
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -281,7 +281,6 @@ class CRM_Twingle_Profile {
'pi_paypal' => E::ts('PayPal'), 'pi_paypal' => E::ts('PayPal'),
'pi_sofortueberweisung' => E::ts('SOFORT Überweisung'), 'pi_sofortueberweisung' => E::ts('SOFORT Überweisung'),
'pi_amazonpay' => E::ts('Amazon Pay'), 'pi_amazonpay' => E::ts('Amazon Pay'),
'pi_paydirekt' => E::ts('paydirekt'),
'pi_applepay' => E::ts('Apple Pay'), 'pi_applepay' => E::ts('Apple Pay'),
'pi_googlepay' => E::ts('Google Pay'), 'pi_googlepay' => E::ts('Google Pay'),
'pi_paydirekt' => E::ts('Paydirekt'), 'pi_paydirekt' => E::ts('Paydirekt'),
@ -319,7 +318,6 @@ class CRM_Twingle_Profile {
'pi_paydirekt' => NULL, 'pi_paydirekt' => NULL,
'pi_applepay' => NULL, 'pi_applepay' => NULL,
'pi_googlepay' => NULL, 'pi_googlepay' => NULL,
'pi_paydirekt' => NULL,
'pi_twint' => NULL, 'pi_twint' => NULL,
'pi_ideal' => NULL, 'pi_ideal' => NULL,
'pi_post_finance' => NULL, 'pi_post_finance' => NULL,