Skip to content

Commit

Permalink
Merge branch 'main' into cajubelt/kyc-allowed-values
Browse files Browse the repository at this point in the history
  • Loading branch information
cajubelt authored Mar 3, 2024
2 parents f133430 + a62d498 commit 96b117c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ export const providerIdToProviderName: Record<ProviderIds, string> = {
}

export const providerIdToPrivacyPolicyURL: Record<ProviderIds, string> = {
[ProviderIds.Bitmama]: '', // TODO(M3): add this!
[ProviderIds.TestProvider]: '', // TODO(M3): add this!
[ProviderIds.Bitmama]: 'https://bitmama.io/privacy',
[ProviderIds.TestProvider]: 'https://valoraapp.com/privacy',
}

export const providerIdToSupportEmail: Record<ProviderIds, string> = {
[ProviderIds.Bitmama]: '[email protected]',
[ProviderIds.TestProvider]: 'support@example.com',
[ProviderIds.TestProvider]: 'support@valoraapp.com',
}

export const fiatAccountSchemaToPaymentMethod: Record<
Expand Down

0 comments on commit 96b117c

Please sign in to comment.