encoder(); $order = $this->extOrderItem; /// Payment e-mail intro with order ID (%1$s), order date (%2$s) and payment status (%3%s) $msg = $this->translate( 'client/html', 'The payment for your order %1$s from %2$s has been refunded.' ); $key = 'pay:' . $order->getPaymentStatus(); $status = $this->translate( 'client/html/code', $key ); $format = $this->translate( 'client/html', 'Y-m-d' ); $string = sprintf( $msg, $order->getId(), date_create( $order->getTimeCreated() )->format( $format ), $status ); ?>
html( nl2br( $string ), $enc::TRUST ); ?> get( 'introBody' ); ?>