Skip to content

Commit

Permalink
Merge pull request #6143 from dimagi/jc/remove-billing-support-email
Browse files Browse the repository at this point in the history
Remove billing support email
  • Loading branch information
jingcheng16 authored Oct 23, 2023
2 parents 0517482 + cc4e780 commit 5d1c11e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion environments/64-test/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ data_email: [email protected]
subscription_change_email: [email protected]
internal_subscription_change_email: [email protected]
billing_email: [email protected]
invoicing_contact_email: droberts+billing-support@dimagi.com
invoicing_contact_email: droberts+accounts@dimagi.com
saas_ops_email: [email protected]
growth_email: [email protected]
master_list_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion environments/india/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ data_email: [email protected]
subscription_change_email: [email protected]
internal_subscription_change_email: [email protected]
billing_email: [email protected]
invoicing_contact_email: billing-support@dimagi.com
invoicing_contact_email: accounts@dimagi.com
growth_email: [email protected]
saas_ops_email: [email protected]
saas_reporting_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion environments/pna/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data_email: [email protected]
subscription_change_email: [email protected]
internal_subscription_change_email: [email protected]
billing_email: [email protected]
invoicing_contact_email: billing-support@dimagi.com
invoicing_contact_email: accounts@dimagi.com
growth_email: [email protected]
saas_ops_email: [email protected]
master_list_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion environments/production/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data_email: [email protected]
subscription_change_email: [email protected]
internal_subscription_change_email: [email protected]
billing_email: [email protected]
invoicing_contact_email: billing-support@dimagi.com
invoicing_contact_email: accounts@dimagi.com
growth_email: [email protected]
saas_ops_email: [email protected]
saas_reporting_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion environments/staging/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ data_email: [email protected]
subscription_change_email: [email protected]
internal_subscription_change_email: [email protected]
billing_email: [email protected]
invoicing_contact_email: billing-support@dimagi.com
invoicing_contact_email: accounts@dimagi.com
growth_email: [email protected]
saas_ops_email: [email protected]
master_list_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/commcare_cloud/ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ data_email: [email protected]
subscription_change_email: [email protected]
internal_subscription_change_email: [email protected]
billing_email: [email protected]
invoicing_contact_email: billing-support@example.com
invoicing_contact_email: accounts@example.com
growth_email: [email protected]
saas_ops_email: [email protected]
saas_reporting_email: null
Expand Down

0 comments on commit 5d1c11e

Please sign in to comment.