Implement text formatting for bank module billing data Added a private `formatage` method to normalize and sanitize text input for XML billing data. The formatting includes removing accents, converting to uppercase, eliminating special characters, normalizing spaces, and truncating to a specified length. Applied the method to relevant billing fields in the `getXmlBilling` function.