Skip to content

Commit

Permalink
chore: privacy policy and support email updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cajubelt committed Feb 28, 2024
1 parent ae9a564 commit a62d498
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 a62d498

Please sign in to comment.