From 63ce2f3539dc0144ef186f382a13269156c1f824 Mon Sep 17 00:00:00 2001 From: Jesse Sinnathamby Date: Wed, 12 Mar 2025 15:10:35 +0100 Subject: [PATCH 1/2] DOCS-4573: Add TLS 1.3 --- content/developer/tls-protocols.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/developer/tls-protocols.md b/content/developer/tls-protocols.md index e95c13042..d9560c69f 100644 --- a/content/developer/tls-protocols.md +++ b/content/developer/tls-protocols.md @@ -31,7 +31,13 @@ TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_128_GCM_SHA256 TLS_RSA_WITH_AES_256_GCM_SHA384 ``` +**TLS 1.3** +```text +TLS_CHACHA20_POLY1305_SHA256 +TLS_AES_256_GCM_SHA384 +TLS_AES_128_GCM_SHA256 +``` **How to test** You can check if your ciphers are supported using the following methods: From b2f9d2d8edd2d25cff1eb911b61c9ea8e08c034c Mon Sep 17 00:00:00 2001 From: Jesse Sinnathamby Date: Thu, 27 Mar 2025 10:14:35 +0100 Subject: [PATCH 2/2] DOCS-4573: New feature SmartPOS: Auto-Print --- content/point-of-sale/smartPOS-features.md | 24 +++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/content/point-of-sale/smartPOS-features.md b/content/point-of-sale/smartPOS-features.md index c626bae61..ad6726e23 100644 --- a/content/point-of-sale/smartPOS-features.md +++ b/content/point-of-sale/smartPOS-features.md @@ -33,10 +33,11 @@ After activating your SmartPOS terminal, you can add features from your SmartPOS
Global Settings

    -
  • Display items after payment have been processed.
  • -
  • Add a tip to your payment flow.
  • -
  • Print a receipt.
  • -
  • Hide the MultiSafepay logo.
  • +
  • Display items after payment have been processed
  • +
  • Add a tip to your payment flow
  • +
  • Manually print a receipt
  • +
  • Automatically print a receipt after a completed payment
  • +
  • Hide the MultiSafepay logo
Payment Settings

    @@ -123,7 +124,7 @@ You can add an employee via **+ add employee** > Insert **Name** and **Employee *** -## How to enable print or email +## How to enable manual print or email 1. In the **Global settings** list, click the **Print/Email** toggle. 2. To return to the main screen, click the **Back** button. @@ -143,6 +144,19 @@ You can add an employee via **+ add employee** > Insert **Name** and **Employee *** +## How to enable auto-print + +Enabling this feature will print a receipt after each successful payment + +1. Go to **Features** > **Global settings**. +2. Click the **Auto-Print** toggle. +3. After completing a payment, the device will automatically print a receipt. + +This feature is only available for devices with built-in printers: +- P2 SE +- P2 PRO +- P3 MIX + ## How to enable cloud mode 1. In the **Payment** list, click the ** Cloud mode** toggle to the right.