diff --git a/src/Message/ConvergeAbstractRequest.php b/src/Message/ConvergeAbstractRequest.php index 416ec10..43189bf 100644 --- a/src/Message/ConvergeAbstractRequest.php +++ b/src/Message/ConvergeAbstractRequest.php @@ -114,7 +114,7 @@ protected function getBaseData() 'ssl_user_id' => $this->getUsername(), 'ssl_pin' => $this->getPassword(), 'ssl_test_mode' => ($this->getTestMode()) ? 'true' : 'false', - 'ssl_show_form' => ($this->getSslShowForm()) ? 'true' : 'false', + 'ssl_show_form' => ($this->getSslShowForm() && ($this->getSslShowForm() != 'false')) ? 'true' : 'false', 'ssl_result_format' => $this->getSslResultFormat(), 'ssl_invoice_number' => $this->getSslInvoiceNumber(), );