Title: Broken string in order-processing-mail
Last modified: December 4, 2024

---

# Broken string in order-processing-mail

 *  [mio](https://wordpress.org/support/users/malteio/)
 * (@malteio)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/broken-string-in-order-processing-mail/)
 * Hey,
 * after implementing mollie the following string appears in our order-confirmation-
   mail for the bank-transfer payment:
   “Zahlung durch erfolgt (IBAN (letzte 4 Ziffern):,
   BIC: )”It misses the relevant numbers and we do not want it in our confirmation-
   mail.Is there any setting where we can get rid of this string and other messages
   which are added to our mails?
 *     ```wp-block-code
       This is set by this code:class BanktransferInstructionStrategy implements \Mollie\WooCommerce\PaymentMethods\InstructionStrategies\InstructionStrategyI{    public function execute($gateway, $payment, $order, $admin_instructions = \false)    {        $instructions = '';        if (!$payment->details) {            return null;        }        if ($payment->isPaid()) {            $consumerName = $payment->details->consumerName ?? '';            $consumerAccount = $payment->details->consumerAccount ? substr($payment->details->consumerAccount, -4) : '';            $consumerBic = $payment->details->consumerBic ?? '';            $instructions .= sprintf(                /* translators: Placeholder 1: consumer name, placeholder 2: consumer IBAN, placeholder 3: consumer BIC */                __('Payment completed by <strong>%1$s</strong> (IBAN (last 4 digits): %2$s, BIC: %3$s)', 'mollie-payments-for-woocommerce'),                $consumerName,                $consumerAccount,                $consumerBic            );            return $instructions;        }
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Support [Femi](https://wordpress.org/support/users/femiyb/)
 * (@femiyb)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/broken-string-in-order-processing-mail/#post-18178518)
 * Hello [@malteio](https://wordpress.org/support/users/malteio/)
 * I have asked a developer to take a look at this.
   I will get back to you as soon
   as there is an update.
 * Regards,
   Femi

Viewing 1 replies (of 1 total)

The topic ‘Broken string in order-processing-mail’ is closed to new replies.

 * ![](https://ps.w.org/mollie-payments-for-woocommerce/assets/icon-256x256.png?
   rev=3090580)
 * [Mollie Payments for WooCommerce](https://wordpress.org/plugins/mollie-payments-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mollie-payments-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mollie-payments-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/mollie-payments-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mollie-payments-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mollie-payments-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Femi](https://wordpress.org/support/users/femiyb/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/broken-string-in-order-processing-mail/#post-18178518)
 * Status: not resolved