From 945992d8beb919d8c1eb7f2efa435ed2ddf9d235 Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Tue, 14 Mar 2023 15:36:50 +0100 Subject: [PATCH] Add missing "pi_" prefixes for new payment instruments --- CRM/Twingle/Profile.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/Twingle/Profile.php b/CRM/Twingle/Profile.php index 4491fbe..2e052d2 100644 --- a/CRM/Twingle/Profile.php +++ b/CRM/Twingle/Profile.php @@ -284,11 +284,11 @@ class CRM_Twingle_Profile { 'pi_paydirekt' => E::ts('paydirekt'), 'pi_applepay' => E::ts('Apple Pay'), 'pi_googlepay' => E::ts('Google Pay'), - 'paydirekt' => E::ts('Paydirekt'), - 'twint' => E::ts('Twint'), - 'ideal' => E::ts('iDEAL'), - 'post_finance' => E::ts('Postfinance'), - 'bancontact' => E::ts('Bancontact'), + 'pi_paydirekt' => E::ts('Paydirekt'), + 'pi_twint' => E::ts('Twint'), + 'pi_ideal' => E::ts('iDEAL'), + 'pi_post_finance' => E::ts('Postfinance'), + 'pi_bancontact' => E::ts('Bancontact'), ]; }