Payment Gateway 6.2.0

Latest

12 August 2026

SETTINGSCURRENCIESADMINBUG-FIXES

Payment Gateway v6.2.0

Release Date: August 12, 2026 Tags: SETTINGS, CURRENCIES, ADMIN, BUG-FIXES

Overview

The currency picker was empty on an install that had never saved its settings. Deciding which currencies a merchant may be paid in starts by asking whether spot and fiat wallets are switched on. The platform's settings table starts empty and nothing seeds it, and an unsaved switch was read as off — so on a fresh install both answers were no, and Gateway → Currencies offered nothing to enable while the platform's own settings panel showed both wallet types as on.

A missing setting now means what the panel says it means. An explicit off still switches a wallet type off, so nothing changes on an install that has saved its settings.

Requires Core v6.6.4.

Update Instructions

pnpm updator

Restart the backend afterwards. No database migration and no setting changes.


Fixed

The currency list was empty on a fresh install

An operator setting the gateway up for the first time was shown a currency screen with nothing on it, and nothing on that screen explained why — the cause was on the platform's settings page, which was reporting the opposite. The KYC indicator on the same screen read the same way and showed off on an install where KYC was available.

  • Fixed the gateway currency list being empty on an install that had never saved its platform settings, because spot and fiat wallets were read as switched off.
  • Fixed the KYC indicator on the same screen reporting off for the same reason. It is a display value; nothing on this screen was gated on it.