Skip to content

[NOT READY] Available currencies need to contains currency name/title #30600

Closed
@codynguyen1

Description

@codynguyen1

As a developer I want to show users the currency name instead of just currency code so that they can select it easier.
Screenshot at Oct 22 14-58-01
sample schema:
type Currency {
available_currency: [ CurrencyOutput ]
}

type CurrencyOutput {
value: String
title: String
symbol: String
}

AC

  • a
  • b

Approved Schema

  • a

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions