@@ -169,19 +169,19 @@ |
||
| 169 | 169 | self::addValidation('IT', 'SKien\Sepa\CntryValidation\SepaCntryValidationIT');
|
| 170 | 170 | |
| 171 | 171 | self::$aIBANError = array( |
| 172 | - Sepa::ERR_IBAN_INVALID_CNTRY => 'The country code of the IBAN is not supported!' |
|
| 172 | + Sepa::ERR_IBAN_INVALID_CNTRY => 'The country code of the IBAN is not supported!' |
|
| 173 | 173 | ,Sepa::ERR_IBAN_INVALID_LENGTH => 'Invalid length of the IBAN!' |
| 174 | 174 | ,Sepa::ERR_IBAN_INVALID_SIGN => 'The IBAN contains invalid characters!' |
| 175 | 175 | ,Sepa::ERR_IBAN_CHECKSUM => 'Invalid IBAN checksum!' |
| 176 | 176 | ); |
| 177 | 177 | |
| 178 | 178 | self::$aBICError = array( |
| 179 | - Sepa::ERR_BIC_INVALID => 'Invalid BIC!' |
|
| 179 | + Sepa::ERR_BIC_INVALID => 'Invalid BIC!' |
|
| 180 | 180 | ,Sepa::ERR_BIC_INVALID_CNTRY => 'The country code of the BIC is not supported!' |
| 181 | 181 | ); |
| 182 | 182 | |
| 183 | 183 | self::$aCIError = array( |
| 184 | - Sepa::ERR_IBAN_INVALID_CNTRY => 'The country code of the CI is not supported!' |
|
| 184 | + Sepa::ERR_IBAN_INVALID_CNTRY => 'The country code of the CI is not supported!' |
|
| 185 | 185 | ,Sepa::ERR_IBAN_INVALID_LENGTH => 'Invalid length of the CI!' |
| 186 | 186 | ,Sepa::ERR_IBAN_INVALID_SIGN => 'The CI contains invalid characters!' |
| 187 | 187 | ,Sepa::ERR_IBAN_CHECKSUM => 'Invalid CI checksum!' |
@@ -183,7 +183,7 @@ |
||
| 183 | 183 | return $this->strLastCheckSum; |
| 184 | 184 | } |
| 185 | 185 | |
| 186 | - /** |
|
| 186 | + /** |
|
| 187 | 187 | * calculate modulo 97 checksum for bankcode and accountnumber |
| 188 | 188 | * MOD 97-10 (see ISO 7064) |
| 189 | 189 | * @param string $strCheck |
@@ -202,7 +202,7 @@ |
||
| 202 | 202 | |
| 203 | 203 | // New Year Good Day Easter Monday 1'stMay 1.Christmas 2.Christmas |
| 204 | 204 | $aTarget2 = array( |
| 205 | - '2019-01-01', '2019-04-18', '2019-04-21', '2019-05-01', '2019-12-25', '2019-12-26' |
|
| 205 | + '2019-01-01', '2019-04-18', '2019-04-21', '2019-05-01', '2019-12-25', '2019-12-26' |
|
| 206 | 206 | ,'2020-01-01', '2020-04-10', '2020-04-13', '2020-05-01', '2020-12-25', '2020-12-26' |
| 207 | 207 | ,'2021-01-01', '2021-04-02', '2021-04-05', '2021-05-01', '2021-12-25', '2021-12-26' |
| 208 | 208 | ,'2022-01-01', '2022-04-15', '2022-04-18', '2022-05-01', '2022-12-25', '2022-12-26' |