X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=CRM%2FCore%2FPayment%2FFirstData.php;h=bffb1032511a8d02a53fff510c52af15e2d23146;hb=7da04cdea71382ff22ffd94e9b3ae9915c25422b;hp=e3e378fdf0e7ef6121a4c0828ec46f51a8fd1c75;hpb=31cc37279846ea7e9a64ae7453a985ebfb3cb125;p=civicrm-core.git diff --git a/CRM/Core/Payment/FirstData.php b/CRM/Core/Payment/FirstData.php index e3e378fdf0..bffb103251 100644 --- a/CRM/Core/Payment/FirstData.php +++ b/CRM/Core/Payment/FirstData.php @@ -51,7 +51,7 @@ future. ***************************/ class CRM_Core_Payment_FirstData extends CRM_Core_Payment { # (not used, implicit in the API, might need to convert?) - CONST CHARSET = 'UFT-8'; + const CHARSET = 'UFT-8'; /** * We only need one instance of this object. So we use the singleton