We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9bcc0 commit 2dc1ca1Copy full SHA for 2dc1ca1
types/invity-api/invity-api-tests.ts
@@ -67,9 +67,9 @@ const providerInfo: BuyProviderInfo = {
67
tradedFiatCurrencies: [],
68
supportedCountries: [],
69
paymentMethods: [],
70
- statusUrl: 'https://test-finance.invity.io/#status/{{paymentId}}',
71
- supportUrl: '',
72
- termsUrl: 'https://invity.io/terms-of-use-invity-finance',
+ statusUrl: "https://test-finance.invity.io/#status/{{paymentId}}",
+ supportUrl: "",
+ termsUrl: "https://invity.io/terms-of-use-invity-finance",
73
};
74
75
const infoResponse: InfoResponse = {
0 commit comments