diff --git a/lib/integration/woocommerce.inc.php b/lib/integration/woocommerce.inc.php index cbec13a..de0d0c9 100644 --- a/lib/integration/woocommerce.inc.php +++ b/lib/integration/woocommerce.inc.php @@ -1147,7 +1147,7 @@ public function payment_fields(){ echo '' . $this->title . ''; - echo '

'.$this->settings['description'].'

'; + echo '

'.$this->get_description().'

'; require_once(PAYMILL_DIR.'lib/tpl/checkout_form.php'); }else{ @@ -1159,4 +1159,4 @@ public function payment_fields(){ } } add_action('plugins_loaded', 'init_paymill_gateway_class'); -?> \ No newline at end of file +?>