We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebca5bf commit f94dc70Copy full SHA for f94dc70
types/invity-api/invity-api-tests.ts
@@ -126,7 +126,7 @@ const sellProviderInfo: SellProviderInfo = {
126
tradedCoins: ["bitcoin", "ethereum"] as CryptoId[],
127
tradedFiatCurrencies: ["USD"],
128
supportedCountries: ["US"],
129
- supportedSubdivisions: {"US": ["WA"]},
+ supportedSubdivisions: { "US": ["WA"] },
130
disabledSubdivisions: {},
131
statusUrl: "https://example.com/txs/{{orderId}}",
132
supportUrl: " https://support.example.com",
0 commit comments