Skip to content

Commit

Permalink
chore: remove } from error message
Browse files Browse the repository at this point in the history
closes #3
  • Loading branch information
ju5t authored Jan 21, 2024
1 parent 9ef05ee commit a1972c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepa.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function normalize_str($string, $character_set) {
// Verify your own settings
if(!IsoCodes\Iban::validate($mybankaccount)) {
$error = true;
$errors[] = "You have enabled SEPA but your bank account ({$mybankaccount}}) is not a valid IBAN number.";
$errors[] = "You have enabled SEPA but your bank account ({$mybankaccount}) is not a valid IBAN number.";
}
if(!IsoCodes\SwiftBic::validate($mybic)) {
$error = true;
Expand Down

0 comments on commit a1972c1

Please sign in to comment.