Fluent Commerce Logo
Docs
Sign In

Increased Flexibility on Financial Transactions

Release

Author:

Matt Salmon

Changed on:

6 May 2024

Target release date:2024-04-30
Release status:Released

Description

Removed restricted values for the `type` and `cardType` fields on `FinancialTransaction`
These provide greater flexibility to support custom financial transaction types, such as "pre-paid", and better support for card types globally.


Changelog

  • `FinancialTransaction` entity fields:
    • `cardType` is now an unrestricted string
    • `type` is now an unrestricted string
  • CreateFinsncialTransaction GQL example can be found in here
Released capability depth:Fix
Release bundle / Capability type:Platform