magento
Here are 1,688 public repositories matching this topic...
Current behavior
Expected behavior
- On the left side the loader should be placed 100px lower
- On the right side there sho
-
Updated
Oct 29, 2020 - Shell
-
Updated
Oct 30, 2020 - Go
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 30, 2020 - PHP
-
Updated
May 15, 2020 - HTML
-
Updated
Jul 14, 2020 - PHP
-
Updated
Apr 20, 2019 - PHP
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Oct 26, 2020 - SCSS
-
Updated
Sep 11, 2020 - JavaScript
Thanks to awesome work of @ResuBaka in #210 we now are able to use typescript. Even though JS still is and will be supported, we'd like to fully utilize benefits of this feature by rewriting the code with typings. Contributions with any VSF-API parts are welcome but please, group it by segments/directories (i.e. a full extension, whole API section, whole lib, full one platform, etc). PRs of single
-
Updated
Sep 7, 2020 - PHP
-
Updated
Oct 23, 2020 - PHP
-
Updated
Feb 12, 2019 - PHP
-
Updated
Oct 30, 2020 - PHP
Improve this page
Add a description, image, and links to the magento topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the magento topic, visit your repo's landing page and select "manage topics."



As a developer I want to show users the currency name instead of just currency code so that they can select it easier.

sample schema:
type Currency {
available_currency: [ CurrencyOutput ]
}
type CurrencyOutput {
value: String
title: String
symbol: